Html Css Color HEX #BB1512 Fire Brick

📋 copy color: '#BB1512'

red 187 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #BB1512

Tints of Fire Brick #BB1512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.29%

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

R = 82.74%
G = 9.29%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB1512 (or 0xBB1512) is known color: Fire Brick. HEX triplet: BB, 15 and 12. RGB value is (187,21,18). Sum of RGB (Red+Green+Blue) = 187+21+18=226 (29% of max value = 765). Red value is 187 (73.44% from 255 or 82.74% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1512 is #44EAED. Grayscale: #464646. Windows color (decimal): -4516590 or 1185211. OLE color: 1185211.

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

Color convert

RGB 187 21 18 -
CMYK 0 0.89 0.90 0.27
HSL 1.07º 0.82% 0.4% -
HSV(B) 1.07º 0.9% 0.73% -
XYZ 20.87 11.14 1.62 -
YUV 70.29 98.5 211.24 -
System Red Green Blue C M Y K H S L
Decimal 187 21 18 0 0.89 0.90 0.27 1.07 0.82 0.4
Hex BB 15 12 0 59 5A 1B 1 52 28
Octal 273 25 22 0 131 132 33 1 122 50
Binary 10111011 10101 10010 0 1011001 1011010 11011 1 1010010 101000

Color Harmonies of #BB1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1512

Black with #BB1512

Text Example


Text Example

White with #BB1512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1512; }

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

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

background-color css

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

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

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

border-color css

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

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

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