#A42A15

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

Shades of Fire Brick #A42A15

Tints of Fire Brick #A42A15

Color information

#A42A15 (or 0xA42A15) is unknown color: approx Fire Brick. HEX triplet: A4, 2A and 15. RGB value is (164,42,21). Sum of RGB (Red+Green+Blue) = 164+42+21=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42A15 is #5BD5EA. Grayscale: #4C4C4C. Windows color (decimal): -6018539 or 1387172. OLE color: 1387172.

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

Color convert

RGB1644221-
CMYK00.740.870.36
HSL8.81º77.3%36.27%-
HSV(B)8.81º87.2%64.31%-
XYZ16.279.61.71-
YUV76.0896.92190.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.25%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 21 (8.59% from 255) = 9.25%
R=72.25%
G=18.50%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164422100.740.870.368.8177.336.27
HexA42A1504A572494d24
Octal24452250112127441111544
Binary101001001010101010101001010101011110010010011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42A15; }

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

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

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

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

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

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

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

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