Html Css Color HEX #BB1212 Fire Brick

📋 copy color: '#BB1212'

red 187 ◦ green 18 ◦ blue 18

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

Shades of Fire Brick #BB1212

Tints of Fire Brick #BB1212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

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

R = 83.86%
G = 8.07%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB1212 (or 0xBB1212) is known color: Fire Brick. HEX triplet: BB, 12 and 12. RGB value is (187,18,18). Sum of RGB (Red+Green+Blue) = 187+18+18=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1212 is #44EDED. Grayscale: #444444. Windows color (decimal): -4517358 or 1184443. OLE color: 1184443.

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

Color convert

RGB 187 18 18 -
CMYK 0 0.90 0.90 0.27
HSL 0.82% 0.4% -
HSV(B) 0.9% 0.73% -
XYZ 20.82 11.04 1.61 -
YUV 68.53 99.49 212.5 -
System Red Green Blue C M Y K H S L
Decimal 187 18 18 0 0.90 0.90 0.27 0 0.82 0.4
Hex BB 12 12 0 5A 5A 1B 0 52 28
Octal 273 22 22 0 132 132 33 0 122 50
Binary 10111011 10010 10010 0 1011010 1011010 11011 0 1010010 101000

Color Harmonies of #BB1212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1212

Black with #BB1212

Text Example


Text Example

White with #BB1212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1212; }

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

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

background-color css

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

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

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

border-color css

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

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

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