Html Css Color HEX #BB1912 Fire Brick

📋 copy color: '#BB1912'

red 187 ◦ green 25 ◦ blue 18

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

Shades of Fire Brick #BB1912

Tints of Fire Brick #BB1912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.87%

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

R = 81.3%
G = 10.87%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB1912 (or 0xBB1912) is known color: Fire Brick. HEX triplet: BB, 19 and 12. RGB value is (187,25,18). Sum of RGB (Red+Green+Blue) = 187+25+18=230 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.30% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1912 is #44E6ED. Grayscale: #484848. Windows color (decimal): -4515566 or 1186235. OLE color: 1186235.

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

Color convert

RGB 187 25 18 -
CMYK 0 0.87 0.90 0.27
HSL 2.49º 0.82% 0.4% -
HSV(B) 2.49º 0.9% 0.73% -
XYZ 20.95 11.3 1.65 -
YUV 72.64 97.17 209.57 -
System Red Green Blue C M Y K H S L
Decimal 187 25 18 0 0.87 0.90 0.27 2.49 0.82 0.4
Hex BB 19 12 0 57 5A 1B 2 52 28
Octal 273 31 22 0 127 132 33 2 122 50
Binary 10111011 11001 10010 0 1010111 1011010 11011 10 1010010 101000

Color Harmonies of #BB1912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1912

Black with #BB1912

Text Example


Text Example

White with #BB1912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1912; }

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

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

background-color css

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

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

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

border-color css

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

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

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