#A51804

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

Shades of Fire Brick #A51804

Tints of Fire Brick #A51804

Color information

#A51804 (or 0xA51804) is unknown color: approx Fire Brick. HEX triplet: A5, 18 and 04. RGB value is (165,24,4). Sum of RGB (Red+Green+Blue) = 165+24+4=193 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.49% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 165 - color contains mainly: red. Hex color #A51804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51804 is #5AE7FB. Grayscale: #404040. Windows color (decimal): -5957628 or 268453. OLE color: 268453.

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

Color convert

RGB165244-
CMYK00.850.980.35
HSL7.45º95.27%33.14%-
HSV(B)7.45º97.58%64.71%-
XYZ15.878.660.95-
YUV63.8894.21200.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 85.49%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 4 (1.95% from 255) = 2.07%
R=85.49%
G=12.44%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16524400.850.980.357.4595.2733.14
HexA5184055622375f21
Octal245304012514243713741
Binary10100101110001000101010111000101000111111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51804; }

 p { color: rgb(165,24,4); }

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

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

 a { background-color: rgb(165,24,4); }

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

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

 span { border-color: rgb(165,24,4); }

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