#B62217

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

Shades of Fire Brick #B62217

Tints of Fire Brick #B62217

Color information

#B62217 (or 0xB62217) is unknown color: approx Fire Brick. HEX triplet: B6, 22 and 17. RGB value is (182,34,23). Sum of RGB (Red+Green+Blue) = 182+34+23=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B62217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62217 is #49DDE8. Grayscale: #4D4D4D. Windows color (decimal): -4840937 or 1516214. OLE color: 1516214.

HSL color Cylindrical-coordinate representation of color #B62217: hue angle of 4.15º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B62217 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1823423-
CMYK00.810.870.29
HSL4.15º77.56%40.2%-
HSV(B)4.15º87.36%71.37%-
XYZ20.0211.151.91-
YUV7797.53202.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 76.15%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 23 (9.38% from 255) = 9.62%
R=76.15%
G=14.23%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182342300.810.870.294.1577.5640.2
HexB62217051571D44e28
Octal2664227012112735411650
Binary1011011010001010111010100011010111111011001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62217; }

 p { color: rgb(182,34,23); }

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

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

 a { background-color: rgb(182,34,23); }

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

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

 span { border-color: rgb(182,34,23); }

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