Html Css Color HEX #BB2012 Fire Brick

📋 copy color: '#BB2012'

red 187 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #BB2012

Tints of Fire Brick #BB2012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 18 (7.42% from 255) = 7.59%

R = 78.9%
G = 13.5%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB2012 (or 0xBB2012) is known color: Fire Brick. HEX triplet: BB, 20 and 12. RGB value is (187,32,18). Sum of RGB (Red+Green+Blue) = 187+32+18=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2012 is #44DFED. Grayscale: #4C4C4C. Windows color (decimal): -4513774 or 1188027. OLE color: 1188027.

HSL color Cylindrical-coordinate representation of color #BB2012: hue angle of 4.97º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB2012 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 32 18 -
CMYK 0 0.83 0.90 0.27
HSL 4.97º 0.82% 0.4% -
HSV(B) 4.97º 0.9% 0.73% -
XYZ 21.12 11.64 1.71 -
YUV 76.75 94.85 206.64 -
System Red Green Blue C M Y K H S L
Decimal 187 32 18 0 0.83 0.90 0.27 4.97 0.82 0.4
Hex BB 20 12 0 53 5A 1B 5 52 28
Octal 273 40 22 0 123 132 33 5 122 50
Binary 10111011 100000 10010 0 1010011 1011010 11011 101 1010010 101000

Color Harmonies of #BB2012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2012

Black with #BB2012

Text Example


Text Example

White with #BB2012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2012; }

 p { color: rgb(187,32,18); }

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

background-color css

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

 a { background-color: rgb(187,32,18); }

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

border-color css

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

 span { border-color: rgb(187,32,18); }

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