Html Css Color HEX #BA1F39 Cardinal

📋 copy color: '#BA1F39'

red 186 ◦ green 31 ◦ blue 57

#BA1F39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BA1F39

Tints of Cardinal #BA1F39

RGB

 RED value IS 186 (73.05% from 255) = 67.88%

 GREEN value IS 31 (12.5% from 255) = 11.31%

 BLUE value IS 57 (22.66% from 255) = 20.8%

R = 67.88%
G = 11.31%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA1F39 (or 0xBA1F39) is known color: Cardinal. HEX triplet: BA, 1F and 39. RGB value is (186,31,57). Sum of RGB (Red+Green+Blue) = 186+31+57=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F39 is #45E0C6. Grayscale: #505050. Windows color (decimal): -4579527 or 3743674. OLE color: 3743674.

HSL color Cylindrical-coordinate representation of color #BA1F39: hue angle of 349.94º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F39 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 31 57 -
CMYK 0 0.83 0.69 0.27
HSL 349.94º 0.71% 0.43% -
HSV(B) 349.94º 0.83% 0.73% -
XYZ 21.48 11.71 5 -
YUV 80.31 114.85 203.39 -
System Red Green Blue C M Y K H S L
Decimal 186 31 57 0 0.83 0.69 0.27 349.94 0.71 0.43
Hex BA 1F 39 0 53 45 1B 15E 47 2B
Octal 272 37 71 0 123 105 33 536 107 53
Binary 10111010 11111 111001 0 1010011 1000101 11011 101011110 1000111 101011

Color Harmonies of #BA1F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F39

Black with #BA1F39

Text Example


Text Example

White with #BA1F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F39; }

 p { color: rgb(186,31,57); }

 H1.HeaderClassName
 {
   color: #BA1F39;
 }
 .AnyTagClassName
 {
   color: #BA1F39;
 }
</style>

background-color css

<style>
 a { background-color: #BA1F39; }

 a { background-color: rgb(186,31,57); }

 div.DivClassName
 {
   background-color: #BA1F39;
 }
 .BgClassName
 {
   background-color: #BA1F39;
 }
</style>

border-color css

<style>
 span { border-color: #BA1F39; }

 span { border-color: rgb(186,31,57); }

 td.TdClassName
 {
   border-color: #BA1F39;
 }
 .TagClassName
 {
   border-color: #BA1F39;
 }
</style>