Html Css Color HEX #BB0F2C Cardinal

📋 copy color: '#BB0F2C'

red 187 ◦ green 15 ◦ blue 44

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

Shades of Cardinal #BB0F2C

Tints of Cardinal #BB0F2C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 76.02%
G = 6.1%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB0F2C (or 0xBB0F2C) is known color: Cardinal. HEX triplet: BB, 0F and 2C. RGB value is (187,15,44). Sum of RGB (Red+Green+Blue) = 187+15+44=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0F2C is #44F0D3. Grayscale: #454545. Windows color (decimal): -4518100 or 2887611. OLE color: 2887611.

HSL color Cylindrical-coordinate representation of color #BB0F2C: hue angle of 349.88º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F2C is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 15 44 -
CMYK 0 0.92 0.76 0.27
HSL 349.88º 0.85% 0.4% -
HSV(B) 349.88º 0.92% 0.73% -
XYZ 21.12 11.09 3.41 -
YUV 69.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 187 15 44 0 0.92 0.76 0.27 349.88 0.85 0.4
Hex BB F 2C 0 5C 4C 1B 15E 55 28
Octal 273 17 54 0 134 114 33 536 125 50
Binary 10111011 1111 101100 0 1011100 1001100 11011 101011110 1010101 101000

Color Harmonies of #BB0F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F2C

Black with #BB0F2C

Text Example


Text Example

White with #BB0F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F2C; }

 p { color: rgb(187,15,44); }

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

background-color css

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

 a { background-color: rgb(187,15,44); }

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

border-color css

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

 span { border-color: rgb(187,15,44); }

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