Html Css Color HEX #BB0F2F Cardinal

📋 copy color: '#BB0F2F'

red 187 ◦ green 15 ◦ blue 47

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

Shades of Cardinal #BB0F2F

Tints of Cardinal #BB0F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 75.1%
G = 6.02%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB0F2F (or 0xBB0F2F) is known color: Cardinal. HEX triplet: BB, 0F and 2F. RGB value is (187,15,47). Sum of RGB (Red+Green+Blue) = 187+15+47=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0F2F is #44F0D0. Grayscale: #464646. Windows color (decimal): -4518097 or 3084219. OLE color: 3084219.

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

Color convert

RGB 187 15 47 -
CMYK 0 0.92 0.75 0.27
HSL 348.84º 0.85% 0.4% -
HSV(B) 348.84º 0.92% 0.73% -
XYZ 21.18 11.11 3.72 -
YUV 70.08 114.98 211.4 -
System Red Green Blue C M Y K H S L
Decimal 187 15 47 0 0.92 0.75 0.27 348.84 0.85 0.4
Hex BB F 2F 0 5C 4B 1B 15D 55 28
Octal 273 17 57 0 134 113 33 535 125 50
Binary 10111011 1111 101111 0 1011100 1001011 11011 101011101 1010101 101000

Color Harmonies of #BB0F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F2F

Black with #BB0F2F

Text Example


Text Example

White with #BB0F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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