#A22508

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

Shades of Fire Brick #A22508

Tints of Fire Brick #A22508

Color information

#A22508 (or 0xA22508) is unknown color: approx Fire Brick. HEX triplet: A2, 25 and 08. RGB value is (162,37,8). Sum of RGB (Red+Green+Blue) = 162+37+8=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A22508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22508 is #5DDAF7. Grayscale: #474747. Windows color (decimal): -6150904 or 533922. OLE color: 533922.

HSL color Cylindrical-coordinate representation of color #A22508: hue angle of 11.3º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A22508 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB162378-
CMYK00.770.950.36
HSL11.3º90.59%33.33%-
HSV(B)11.3º95.06%63.53%-
XYZ15.619.021.15-
YUV71.0792.41192.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.26%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 8 (3.52% from 255) = 3.86%
R=78.26%
G=17.87%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16237800.770.950.3611.390.5933.33
HexA225804D5F24b5b21
Octal24245100115137441313341
Binary10100010100101100001001101101111110010010111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22508; }

 p { color: rgb(162,37,8); }

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

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

 a { background-color: rgb(162,37,8); }

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

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

 span { border-color: rgb(162,37,8); }

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