#B0170E

Color #B0170E Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B0170E

Tints of Fire Brick #B0170E

Color information

#B0170E (or 0xB0170E) is unknown color: approx Fire Brick. HEX triplet: B0, 17 and 0E. RGB value is (176,23,14). Sum of RGB (Red+Green+Blue) = 176+23+14=213 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.63% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 176 - color contains mainly: red. Hex color #B0170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0170E is #4FE8F1. Grayscale: #434343. Windows color (decimal): -5236978 or 923568. OLE color: 923568.

HSL color Cylindrical-coordinate representation of color #B0170E: hue angle of 3.33º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0170E is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB1762314-
CMYK00.870.920.31
HSL3.33º85.26%37.25%-
HSV(B)3.33º92.05%69.02%-
XYZ18.299.871.36-
YUV67.7297.69205.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 82.63%
GREEN value IS 23 (9.38% from 255) = 10.80%
BLUE value IS 14 (5.86% from 255) = 6.57%
R=82.63%
G=10.80%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176231400.870.920.313.3385.2637.25
HexB017E0575C1F35525
Octal2602716012713437312545
Binary1011000010111111001010111101110011111111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0170E; }

 p { color: rgb(176,23,14); }

 H1.HeaderClassName
 {
   color: #B0170E;
 }
 .AnyTagClassName
 {
   color: #B0170E;
 }
</style>
background-color css

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

 a { background-color: rgb(176,23,14); }

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

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

 span { border-color: rgb(176,23,14); }

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