Html Css Color HEX #BB0B42 Cardinal

📋 copy color: '#BB0B42'

red 187 ◦ green 11 ◦ blue 66

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

Shades of Cardinal #BB0B42

Tints of Cardinal #BB0B42

RGB

 RED value IS 187 (73.44% from 255) = 70.83%

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

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

R = 70.83%
G = 4.17%
B = 25%

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

#BB0B42 (or 0xBB0B42) is known color: Cardinal. HEX triplet: BB, 0B and 42. RGB value is (187,11,66). Sum of RGB (Red+Green+Blue) = 187+11+66=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0B42 is #44F4BD. Grayscale: #454545. Windows color (decimal): -4519102 or 4328379. OLE color: 4328379.

HSL color Cylindrical-coordinate representation of color #BB0B42: hue angle of 341.25º 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 #BB0B42 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 11 66 -
CMYK 0 0.94 0.65 0.27
HSL 341.25º 0.89% 0.39% -
HSV(B) 341.25º 0.94% 0.73% -
XYZ 21.6 11.2 6.18 -
YUV 69.89 125.81 211.53 -
System Red Green Blue C M Y K H S L
Decimal 187 11 66 0 0.94 0.65 0.27 341.25 0.89 0.39
Hex BB B 42 0 5E 41 1B 155 59 27
Octal 273 13 102 0 136 101 33 525 131 47
Binary 10111011 1011 1000010 0 1011110 1000001 11011 101010101 1011001 100111

Color Harmonies of #BB0B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0B42

Black with #BB0B42

Text Example


Text Example

White with #BB0B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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