Html Css Color HEX #BB1816 Fire Brick

📋 copy color: '#BB1816'

red 187 ◦ green 24 ◦ blue 22

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

Shades of Fire Brick #BB1816

Tints of Fire Brick #BB1816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.3%

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

R = 80.26%
G = 10.3%
B = 9.44%

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

#BB1816 (or 0xBB1816) is known color: Fire Brick. HEX triplet: BB, 18 and 16. RGB value is (187,24,22). Sum of RGB (Red+Green+Blue) = 187+24+22=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1816 is #44E7E9. Grayscale: #484848. Windows color (decimal): -4515818 or 1448123. OLE color: 1448123.

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

Color convert

RGB 187 24 22 -
CMYK 0 0.87 0.88 0.27
HSL 0.73º 0.79% 0.41% -
HSV(B) 0.73º 0.88% 0.73% -
XYZ 20.96 11.28 1.83 -
YUV 72.51 99.5 209.66 -
System Red Green Blue C M Y K H S L
Decimal 187 24 22 0 0.87 0.88 0.27 0.73 0.79 0.41
Hex BB 18 16 0 57 58 1B 1 4F 29
Octal 273 30 26 0 127 130 33 1 117 51
Binary 10111011 11000 10110 0 1010111 1011000 11011 1 1001111 101001

Color Harmonies of #BB1816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1816

Black with #BB1816

Text Example


Text Example

White with #BB1816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1816; }

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

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

background-color css

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

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

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

border-color css

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

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

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