#B62317

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

Shades of Fire Brick #B62317

Tints of Fire Brick #B62317

Color information

#B62317 (or 0xB62317) is unknown color: approx Fire Brick. HEX triplet: B6, 23 and 17. RGB value is (182,35,23). Sum of RGB (Red+Green+Blue) = 182+35+23=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B62317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62317 is #49DCE8. Grayscale: #4D4D4D. Windows color (decimal): -4840681 or 1516470. OLE color: 1516470.

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

Color convert

RGB1823523-
CMYK00.810.870.29
HSL4.53º77.56%40.2%-
HSV(B)4.53º87.36%71.37%-
XYZ20.0511.211.92-
YUV77.5897.2202.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 75.83%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 23 (9.38% from 255) = 9.58%
R=75.83%
G=14.58%
B=9.58%

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
Decimal182352300.810.870.294.5377.5640.2
HexB62317051571D54e28
Octal2664327012112735511650
Binary1011011010001110111010100011010111111011011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62317; }

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

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

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

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

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

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

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

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