Html Css Color HEX #BB0C33 Cardinal

📋 copy color: '#BB0C33'

red 187 ◦ green 12 ◦ blue 51

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

Shades of Cardinal #BB0C33

Tints of Cardinal #BB0C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

 BLUE value IS 51 (20.31% from 255) = 20.4%

R = 74.8%
G = 4.8%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB0C33 (or 0xBB0C33) is known color: Cardinal. HEX triplet: BB, 0C and 33. RGB value is (187,12,51). Sum of RGB (Red+Green+Blue) = 187+12+51=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0C33 is #44F3CC. Grayscale: #444444. Windows color (decimal): -4518861 or 3345595. OLE color: 3345595.

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

Color convert

RGB 187 12 51 -
CMYK 0 0.94 0.73 0.27
HSL 346.63º 0.88% 0.39% -
HSV(B) 346.63º 0.94% 0.73% -
XYZ 21.22 11.07 4.15 -
YUV 68.77 117.98 212.33 -
System Red Green Blue C M Y K H S L
Decimal 187 12 51 0 0.94 0.73 0.27 346.63 0.88 0.39
Hex BB C 33 0 5E 49 1B 15B 58 27
Octal 273 14 63 0 136 111 33 533 130 47
Binary 10111011 1100 110011 0 1011110 1001001 11011 101011011 1011000 100111

Color Harmonies of #BB0C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0C33

Black with #BB0C33

Text Example


Text Example

White with #BB0C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0C33; }

 p { color: rgb(187,12,51); }

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

background-color css

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

 a { background-color: rgb(187,12,51); }

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

border-color css

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

 span { border-color: rgb(187,12,51); }

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