Html Css Color HEX #BB1E16 Fire Brick

📋 copy color: '#BB1E16'

red 187 ◦ green 30 ◦ blue 22

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

Shades of Fire Brick #BB1E16

Tints of Fire Brick #BB1E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.55%

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

R = 78.24%
G = 12.55%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB1E16 (or 0xBB1E16) is known color: Fire Brick. HEX triplet: BB, 1E and 16. RGB value is (187,30,22). Sum of RGB (Red+Green+Blue) = 187+30+22=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1E16 is #44E1E9. Grayscale: #4C4C4C. Windows color (decimal): -4514282 or 1449659. OLE color: 1449659.

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

Color convert

RGB 187 30 22 -
CMYK 0 0.84 0.88 0.27
HSL 2.91º 0.79% 0.41% -
HSV(B) 2.91º 0.88% 0.73% -
XYZ 21.1 11.55 1.88 -
YUV 76.03 97.51 207.15 -
System Red Green Blue C M Y K H S L
Decimal 187 30 22 0 0.84 0.88 0.27 2.91 0.79 0.41
Hex BB 1E 16 0 54 58 1B 3 4F 29
Octal 273 36 26 0 124 130 33 3 117 51
Binary 10111011 11110 10110 0 1010100 1011000 11011 11 1001111 101001

Color Harmonies of #BB1E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E16

Black with #BB1E16

Text Example


Text Example

White with #BB1E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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