Html Css Color HEX #BB1916 Fire Brick

📋 copy color: '#BB1916'

red 187 ◦ green 25 ◦ blue 22

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

Shades of Fire Brick #BB1916

Tints of Fire Brick #BB1916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.4%

R = 79.91%
G = 10.68%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB1916 (or 0xBB1916) is known color: Fire Brick. HEX triplet: BB, 19 and 16. RGB value is (187,25,22). Sum of RGB (Red+Green+Blue) = 187+25+22=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1916 is #44E6E9. Grayscale: #494949. Windows color (decimal): -4515562 or 1448379. OLE color: 1448379.

HSL color Cylindrical-coordinate representation of color #BB1916: hue angle of 1.09º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1916 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 25 22 -
CMYK 0 0.87 0.88 0.27
HSL 1.09º 0.79% 0.41% -
HSV(B) 1.09º 0.88% 0.73% -
XYZ 20.99 11.32 1.84 -
YUV 73.1 99.17 209.24 -
System Red Green Blue C M Y K H S L
Decimal 187 25 22 0 0.87 0.88 0.27 1.09 0.79 0.41
Hex BB 19 16 0 57 58 1B 1 4F 29
Octal 273 31 26 0 127 130 33 1 117 51
Binary 10111011 11001 10110 0 1010111 1011000 11011 1 1001111 101001

Color Harmonies of #BB1916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1916

Black with #BB1916

Text Example


Text Example

White with #BB1916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1916; }

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

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

background-color css

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

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

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

border-color css

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

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

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