Html Css Color HEX #BA0B42 Cardinal

📋 copy color: '#BA0B42'

red 186 ◦ green 11 ◦ blue 66

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

Shades of Cardinal #BA0B42

Tints of Cardinal #BA0B42

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.18%

 BLUE value IS 66 (26.17% from 255) = 25.1%

R = 70.72%
G = 4.18%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA0B42 (or 0xBA0B42) is known color: Cardinal. HEX triplet: BA, 0B and 42. RGB value is (186,11,66). Sum of RGB (Red+Green+Blue) = 186+11+66=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B42 is #45F4BD. Grayscale: #454545. Windows color (decimal): -4584638 or 4328378. OLE color: 4328378.

HSL color Cylindrical-coordinate representation of color #BA0B42: hue angle of 341.14º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0B42 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 11 66 -
CMYK 0 0.94 0.65 0.27
HSL 341.14º 0.89% 0.39% -
HSV(B) 341.14º 0.94% 0.73% -
XYZ 21.35 11.07 6.17 -
YUV 69.6 125.98 211.03 -
System Red Green Blue C M Y K H S L
Decimal 186 11 66 0 0.94 0.65 0.27 341.14 0.89 0.39
Hex BA B 42 0 5E 41 1B 155 59 27
Octal 272 13 102 0 136 101 33 525 131 47
Binary 10111010 1011 1000010 0 1011110 1000001 11011 101010101 1011001 100111

Color Harmonies of #BA0B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0B42

Black with #BA0B42

Text Example


Text Example

White with #BA0B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0B42; }

 p { color: rgb(186,11,66); }

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

background-color css

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

 a { background-color: rgb(186,11,66); }

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

border-color css

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

 span { border-color: rgb(186,11,66); }

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