Html Css Color HEX #BB160E Fire Brick

📋 copy color: '#BB160E'

red 187 ◦ green 22 ◦ blue 14

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

Shades of Fire Brick #BB160E

Tints of Fire Brick #BB160E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

 BLUE value IS 14 (5.86% from 255) = 6.28%

R = 83.86%
G = 9.87%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB160E (or 0xBB160E) is known color: Fire Brick. HEX triplet: BB, 16 and 0E. RGB value is (187,22,14). Sum of RGB (Red+Green+Blue) = 187+22+14=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB160E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB160E is #44E9F1. Grayscale: #464646. Windows color (decimal): -4516338 or 923323. OLE color: 923323.

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

Color convert

RGB 187 22 14 -
CMYK 0 0.88 0.93 0.27
HSL 2.77º 0.86% 0.39% -
HSV(B) 2.77º 0.93% 0.73% -
XYZ 20.86 11.17 1.47 -
YUV 70.42 96.16 211.15 -
System Red Green Blue C M Y K H S L
Decimal 187 22 14 0 0.88 0.93 0.27 2.77 0.86 0.39
Hex BB 16 E 0 58 5D 1B 3 56 27
Octal 273 26 16 0 130 135 33 3 126 47
Binary 10111011 10110 1110 0 1011000 1011101 11011 11 1010110 100111

Color Harmonies of #BB160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB160E

Black with #BB160E

Text Example


Text Example

White with #BB160E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB160E; }

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

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

background-color css

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

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

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

border-color css

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

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

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