#A52313

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

Shades of Fire Brick #A52313

Tints of Fire Brick #A52313

Color information

#A52313 (or 0xA52313) is unknown color: approx Fire Brick. HEX triplet: A5, 23 and 13. RGB value is (165,35,19). Sum of RGB (Red+Green+Blue) = 165+35+19=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A52313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52313 is #5ADCEC. Grayscale: #484848. Windows color (decimal): -5954797 or 1254309. OLE color: 1254309.

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

Color convert

RGB1653519-
CMYK00.790.880.35
HSL6.58º79.35%36.08%-
HSV(B)6.58º88.48%64.71%-
XYZ16.249.251.55-
YUV72.0598.07194.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 75.34%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=75.34%
G=15.98%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165351900.790.880.356.5879.3536.08
HexA5231304F582374f24
Octal2454323011713043711744
Binary10100101100011100110100111110110001000111111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52313; }

 p { color: rgb(165,35,19); }

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

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

 a { background-color: rgb(165,35,19); }

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

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

 span { border-color: rgb(165,35,19); }

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