Html Css Color HEX #BB0F2A Cardinal

📋 copy color: '#BB0F2A'

red 187 ◦ green 15 ◦ blue 42

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

Shades of Cardinal #BB0F2A

Tints of Cardinal #BB0F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.21%

R = 76.64%
G = 6.15%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB0F2A (or 0xBB0F2A) is known color: Cardinal. HEX triplet: BB, 0F and 2A. RGB value is (187,15,42). Sum of RGB (Red+Green+Blue) = 187+15+42=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0F2A is #44F0D5. Grayscale: #454545. Windows color (decimal): -4518102 or 2756539. OLE color: 2756539.

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

Color convert

RGB 187 15 42 -
CMYK 0 0.92 0.78 0.27
HSL 350.58º 0.85% 0.4% -
HSV(B) 350.58º 0.92% 0.73% -
XYZ 21.08 11.07 3.22 -
YUV 69.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 187 15 42 0 0.92 0.78 0.27 350.58 0.85 0.4
Hex BB F 2A 0 5C 4E 1B 15F 55 28
Octal 273 17 52 0 134 116 33 537 125 50
Binary 10111011 1111 101010 0 1011100 1001110 11011 101011111 1010101 101000

Color Harmonies of #BB0F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F2A

Black with #BB0F2A

Text Example


Text Example

White with #BB0F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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