#B62617

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

Shades of Fire Brick #B62617

Tints of Fire Brick #B62617

Color information

#B62617 (or 0xB62617) is unknown color: approx Fire Brick. HEX triplet: B6, 26 and 17. RGB value is (182,38,23). Sum of RGB (Red+Green+Blue) = 182+38+23=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B62617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62617 is #49D9E8. Grayscale: #4F4F4F. Windows color (decimal): -4839913 or 1517238. OLE color: 1517238.

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

Color convert

RGB1823823-
CMYK00.790.870.29
HSL5.66º77.56%40.2%-
HSV(B)5.66º87.36%71.37%-
XYZ20.1411.391.95-
YUV79.3596.21201.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.90%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 23 (9.38% from 255) = 9.47%
R=74.90%
G=15.64%
B=9.47%

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
Decimal182382300.790.870.295.6677.5640.2
HexB6261704F571D64e28
Octal2664627011712735611650
Binary1011011010011010111010011111010111111011101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62617; }

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

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

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

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

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

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

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

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