#A02613

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

Shades of Fire Brick #A02613

Tints of Fire Brick #A02613

Color information

#A02613 (or 0xA02613) is unknown color: approx Fire Brick. HEX triplet: A0, 26 and 13. RGB value is (160,38,19). Sum of RGB (Red+Green+Blue) = 160+38+19=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A02613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02613 is #5FD9EC. Grayscale: #484848. Windows color (decimal): -6281709 or 1255072. OLE color: 1255072.

HSL color Cylindrical-coordinate representation of color #A02613: hue angle of 8.09º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A02613 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB1603819-
CMYK00.760.880.37
HSL8.09º78.77%35.1%-
HSV(B)8.09º88.13%62.75%-
XYZ15.318.911.53-
YUV72.3197.92190.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.73%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 19 (7.81% from 255) = 8.76%
R=73.73%
G=17.51%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160381900.760.880.378.0978.7735.1
HexA0261304C582584f23
Octal24046230114130451011743
Binary101000001001101001101001100101100010010110001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02613; }

 p { color: rgb(160,38,19); }

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

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

 a { background-color: rgb(160,38,19); }

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

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

 span { border-color: rgb(160,38,19); }

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