#a72e13

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

Shades of Fire Brick #A72E13

Tints of Fire Brick #A72E13

Color information

#A72E13 (or 0xA72E13) is unknown color: approx Fire Brick. HEX triplet: A7, 2E and 13. RGB value is (167,46,19). Sum of RGB (Red+Green+Blue) = 167+46+19=232 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.98% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72E13 is #58D1EC. Grayscale: #4F4F4F. Windows color (decimal): -5820909 or 1257127. OLE color: 1257127.

HSL color Cylindrical-coordinate representation of color #A72E13: hue angle of 10.95º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A72E13 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB1674619-
CMYK00.720.890.35
HSL10.95º79.57%36.47%-
HSV(B)10.95º88.62%65.49%-
XYZ17.0310.221.69-
YUV79.194.09190.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 71.98%
GREEN value IS 46 (18.36% from 255) = 19.83%
BLUE value IS 19 (7.81% from 255) = 8.19%
R=71.98%
G=19.83%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167461900.720.890.3510.9579.5736.47
HexA72E130485923b5024
Octal24756230110131431312044
Binary101001111011101001101001000101100110001110111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a72e13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a72e13; }

 p { color: rgb(167,46,19); }

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

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

 a { background-color: rgb(167,46,19); }

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

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

 span { border-color: rgb(167,46,19); }

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