#A41710

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

Shades of Fire Brick #A41710

Tints of Fire Brick #A41710

Color information

#A41710 (or 0xA41710) is unknown color: approx Fire Brick. HEX triplet: A4, 17 and 10. RGB value is (164,23,16). Sum of RGB (Red+Green+Blue) = 164+23+16=203 (26% of max value = 765). Red value is 164 (64.45% from 255 or 80.79% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 164 - color contains mainly: red. Hex color #A41710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41710 is #5BE8EF. Grayscale: #404040. Windows color (decimal): -6023408 or 1054628. OLE color: 1054628.

HSL color Cylindrical-coordinate representation of color #A41710: hue angle of 2.84º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41710 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1642316-
CMYK00.860.900.36
HSL2.84º82.22%35.29%-
HSV(B)2.84º90.24%64.31%-
XYZ15.718.541.31-
YUV64.36100.71199.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 80.79%
GREEN value IS 23 (9.38% from 255) = 11.33%
BLUE value IS 16 (6.64% from 255) = 7.88%
R=80.79%
G=11.33%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164231600.860.900.362.8482.2235.29
HexA417100565A2435223
Octal2442720012613244312243
Binary101001001011110000010101101011010100100111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41710; }

 p { color: rgb(164,23,16); }

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

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

 a { background-color: rgb(164,23,16); }

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

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

 span { border-color: rgb(164,23,16); }

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