Html Css Color HEX #BB1B16 Fire Brick

📋 copy color: '#BB1B16'

red 187 ◦ green 27 ◦ blue 22

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

Shades of Fire Brick #BB1B16

Tints of Fire Brick #BB1B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.44%

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

R = 79.24%
G = 11.44%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB1B16 (or 0xBB1B16) is known color: Fire Brick. HEX triplet: BB, 1B and 16. RGB value is (187,27,22). Sum of RGB (Red+Green+Blue) = 187+27+22=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1B16 is #44E4E9. Grayscale: #4A4A4A. Windows color (decimal): -4515050 or 1448891. OLE color: 1448891.

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

Color convert

RGB 187 27 22 -
CMYK 0 0.86 0.88 0.27
HSL 1.82º 0.79% 0.41% -
HSV(B) 1.82º 0.88% 0.73% -
XYZ 21.03 11.41 1.85 -
YUV 74.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 187 27 22 0 0.86 0.88 0.27 1.82 0.79 0.41
Hex BB 1B 16 0 56 58 1B 2 4F 29
Octal 273 33 26 0 126 130 33 2 117 51
Binary 10111011 11011 10110 0 1010110 1011000 11011 10 1001111 101001

Color Harmonies of #BB1B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1B16

Black with #BB1B16

Text Example


Text Example

White with #BB1B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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