Html Css Color HEX #BB2716 Fire Brick

📋 copy color: '#BB2716'

red 187 ◦ green 39 ◦ blue 22

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

Shades of Fire Brick #BB2716

Tints of Fire Brick #BB2716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.73%

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

R = 75.4%
G = 15.73%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB2716 (or 0xBB2716) is known color: Fire Brick. HEX triplet: BB, 27 and 16. RGB value is (187,39,22). Sum of RGB (Red+Green+Blue) = 187+39+22=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2716 is #44D8E9. Grayscale: #515151. Windows color (decimal): -4511978 or 1451963. OLE color: 1451963.

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

Color convert

RGB 187 39 22 -
CMYK 0 0.79 0.88 0.27
HSL 6.18º 0.79% 0.41% -
HSV(B) 6.18º 0.88% 0.73% -
XYZ 21.36 12.07 1.96 -
YUV 81.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 187 39 22 0 0.79 0.88 0.27 6.18 0.79 0.41
Hex BB 27 16 0 4F 58 1B 6 4F 29
Octal 273 47 26 0 117 130 33 6 117 51
Binary 10111011 100111 10110 0 1001111 1011000 11011 110 1001111 101001

Color Harmonies of #BB2716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2716

Black with #BB2716

Text Example


Text Example

White with #BB2716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2716; }

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

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

background-color css

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

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

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

border-color css

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

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

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