#A52B0F

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

Shades of Fire Brick #A52B0F

Tints of Fire Brick #A52B0F

Color information

#A52B0F (or 0xA52B0F) is unknown color: approx Fire Brick. HEX triplet: A5, 2B and 0F. RGB value is (165,43,15). Sum of RGB (Red+Green+Blue) = 165+43+15=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52B0F is #5AD4F0. Grayscale: #4C4C4C. Windows color (decimal): -5952753 or 994213. OLE color: 994213.

HSL color Cylindrical-coordinate representation of color #A52B0F: hue angle of 11.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A52B0F is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB1654315-
CMYK00.740.910.35
HSL11.2º83.33%35.29%-
HSV(B)11.2º90.91%64.71%-
XYZ16.479.761.47-
YUV76.2993.42191.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.99%
GREEN value IS 43 (17.19% from 255) = 19.28%
BLUE value IS 15 (6.25% from 255) = 6.73%
R=73.99%
G=19.28%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165431500.740.910.3511.283.3335.29
HexA52BF04A5B23b5323
Octal24553170112133431312343
Binary10100101101011111101001010101101110001110111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52B0F; }

 p { color: rgb(165,43,15); }

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

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

 a { background-color: rgb(165,43,15); }

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

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

 span { border-color: rgb(165,43,15); }

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