#A02308

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

Shades of Fire Brick #A02308

Tints of Fire Brick #A02308

Color information

#A02308 (or 0xA02308) is unknown color: approx Fire Brick. HEX triplet: A0, 23 and 08. RGB value is (160,35,8). Sum of RGB (Red+Green+Blue) = 160+35+8=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A02308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02308 is #5FDCF7. Grayscale: #454545. Windows color (decimal): -6282488 or 533408. OLE color: 533408.

HSL color Cylindrical-coordinate representation of color #A02308: hue angle of 10.66º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A02308 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB160358-
CMYK00.780.950.37
HSL10.66º90.48%32.94%-
HSV(B)10.66º95%62.75%-
XYZ15.148.691.11-
YUV69.393.41192.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 78.82%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 8 (3.52% from 255) = 3.94%
R=78.82%
G=17.24%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16035800.780.950.3710.6690.4832.94
HexA023804E5F25b5a21
Octal24043100116137451313241
Binary10100000100011100001001110101111110010110111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02308; }

 p { color: rgb(160,35,8); }

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

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

 a { background-color: rgb(160,35,8); }

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

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

 span { border-color: rgb(160,35,8); }

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