#A42915

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

Shades of Fire Brick #A42915

Tints of Fire Brick #A42915

Color information

#A42915 (or 0xA42915) is unknown color: approx Fire Brick. HEX triplet: A4, 29 and 15. RGB value is (164,41,21). Sum of RGB (Red+Green+Blue) = 164+41+21=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A42915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42915 is #5BD6EA. Grayscale: #4B4B4B. Windows color (decimal): -6018795 or 1386916. OLE color: 1386916.

HSL color Cylindrical-coordinate representation of color #A42915: hue angle of 8.39º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A42915 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1644121-
CMYK00.750.870.36
HSL8.39º77.3%36.27%-
HSV(B)8.39º87.2%64.31%-
XYZ16.249.531.69-
YUV75.597.25191.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.57%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 21 (8.59% from 255) = 9.29%
R=72.57%
G=18.14%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164412100.750.870.368.3977.336.27
HexA4291504B572484d24
Octal24451250113127441011544
Binary101001001010011010101001011101011110010010001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42915; }

 p { color: rgb(164,41,21); }

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

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

 a { background-color: rgb(164,41,21); }

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

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

 span { border-color: rgb(164,41,21); }

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