#A52719

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

Shades of Fire Brick #A52719

Tints of Fire Brick #A52719

Color information

#A52719 (or 0xA52719) is unknown color: approx Fire Brick. HEX triplet: A5, 27 and 19. RGB value is (165,39,25). Sum of RGB (Red+Green+Blue) = 165+39+25=229 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.05% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 165 - color contains mainly: red. Hex color #A52719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52719 is #5AD8E6. Grayscale: #4B4B4B. Windows color (decimal): -5953767 or 1648549. OLE color: 1648549.

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

Color convert

RGB1653925-
CMYK00.760.850.35
HSL73.68%37.25%-
HSV(B)84.85%64.71%-
XYZ16.429.521.89-
YUV75.0899.74192.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 72.05%
GREEN value IS 39 (15.62% from 255) = 17.03%
BLUE value IS 25 (10.16% from 255) = 10.92%
R=72.05%
G=17.03%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165392500.760.850.35673.6837.25
HexA5271904C552364a25
Octal2454731011412543611245
Binary10100101100111110010100110010101011000111101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52719; }

 p { color: rgb(165,39,25); }

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

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

 a { background-color: rgb(165,39,25); }

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

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

 span { border-color: rgb(165,39,25); }

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