#B62717

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

Shades of Fire Brick #B62717

Tints of Fire Brick #B62717

Color information

#B62717 (or 0xB62717) is unknown color: approx Fire Brick. HEX triplet: B6, 27 and 17. RGB value is (182,39,23). Sum of RGB (Red+Green+Blue) = 182+39+23=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B62717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62717 is #49D8E8. Grayscale: #505050. Windows color (decimal): -4839657 or 1517494. OLE color: 1517494.

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

Color convert

RGB1823923-
CMYK00.790.870.29
HSL6.04º77.56%40.2%-
HSV(B)6.04º87.36%71.37%-
XYZ20.1711.461.96-
YUV79.9395.88200.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.59%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 23 (9.38% from 255) = 9.43%
R=74.59%
G=15.98%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182392300.790.870.296.0477.5640.2
HexB6271704F571D64e28
Octal2664727011712735611650
Binary1011011010011110111010011111010111111011101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62717; }

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

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

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

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

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

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

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

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