#A42D12

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

Shades of Fire Brick #A42D12

Tints of Fire Brick #A42D12

Color information

#A42D12 (or 0xA42D12) is unknown color: approx Fire Brick. HEX triplet: A4, 2D and 12. RGB value is (164,45,18). Sum of RGB (Red+Green+Blue) = 164+45+18=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42D12 is #5BD2ED. Grayscale: #4D4D4D. Windows color (decimal): -6017774 or 1191332. OLE color: 1191332.

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

Color convert

RGB1644518-
CMYK00.730.890.36
HSL11.1º80.22%35.69%-
HSV(B)11.1º89.02%64.31%-
XYZ16.369.811.6-
YUV77.594.42189.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.25%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=72.25%
G=19.82%
B=7.93%

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
Decimal164451800.730.890.3611.180.2235.69
HexA42D120495924b5024
Octal24455220111131441312044
Binary101001001011011001001001001101100110010010111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42D12; }

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

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

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

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

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

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

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

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