#A41610

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

Shades of Fire Brick #A41610

Tints of Fire Brick #A41610

Color information

#A41610 (or 0xA41610) is unknown color: approx Fire Brick. HEX triplet: A4, 16 and 10. RGB value is (164,22,16). Sum of RGB (Red+Green+Blue) = 164+22+16=202 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.19% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 164 - color contains mainly: red. Hex color #A41610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41610 is #5BE9EF. Grayscale: #3F3F3F. Windows color (decimal): -6023664 or 1054372. OLE color: 1054372.

HSL color Cylindrical-coordinate representation of color #A41610: hue angle of 2.43º 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 #A41610 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1642216-
CMYK00.870.900.36
HSL2.43º82.22%35.29%-
HSV(B)2.43º90.24%64.31%-
XYZ15.698.51.3-
YUV63.77101.04199.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 81.19%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 16 (6.64% from 255) = 7.92%
R=81.19%
G=10.89%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164221600.870.900.362.4382.2235.29
HexA416100575A2425223
Octal2442620012713244212243
Binary101001001011010000010101111011010100100101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41610; }

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

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

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

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

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

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

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

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