#A42C12

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

Shades of Fire Brick #A42C12

Tints of Fire Brick #A42C12

Color information

#A42C12 (or 0xA42C12) is unknown color: approx Fire Brick. HEX triplet: A4, 2C and 12. RGB value is (164,44,18). Sum of RGB (Red+Green+Blue) = 164+44+18=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42C12 is #5BD3ED. Grayscale: #4D4D4D. Windows color (decimal): -6018030 or 1191076. OLE color: 1191076.

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

Color convert

RGB1644418-
CMYK00.730.890.36
HSL10.68º80.22%35.69%-
HSV(B)10.68º89.02%64.31%-
XYZ16.329.741.59-
YUV76.9294.76190.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.57%
GREEN value IS 44 (17.58% from 255) = 19.47%
BLUE value IS 18 (7.42% from 255) = 7.96%
R=72.57%
G=19.47%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164441800.730.890.3610.6880.2235.69
HexA42C120495924b5024
Octal24454220111131441312044
Binary101001001011001001001001001101100110010010111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42C12; }

 p { color: rgb(164,44,18); }

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

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

 a { background-color: rgb(164,44,18); }

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

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

 span { border-color: rgb(164,44,18); }

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