#A12A0E

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

Shades of Fire Brick #A12A0E

Tints of Fire Brick #A12A0E

Color information

#A12A0E (or 0xA12A0E) is unknown color: approx Fire Brick. HEX triplet: A1, 2A and 0E. RGB value is (161,42,14). Sum of RGB (Red+Green+Blue) = 161+42+14=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12A0E is #5ED5F1. Grayscale: #4A4A4A. Windows color (decimal): -6215154 or 928417. OLE color: 928417.

HSL color Cylindrical-coordinate representation of color #A12A0E: hue angle of 11.43º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A12A0E is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1614214-
CMYK00.740.910.37
HSL11.43º84%34.31%-
HSV(B)11.43º91.3%63.14%-
XYZ15.619.261.38-
YUV74.3993.92189.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 74.19%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 14 (5.86% from 255) = 6.45%
R=74.19%
G=19.35%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161421400.740.910.3711.438434.31
HexA12AE04A5B25b5422
Octal24152160112133451312442
Binary10100001101010111001001010101101110010110111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A0E; }

 p { color: rgb(161,42,14); }

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

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

 a { background-color: rgb(161,42,14); }

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

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

 span { border-color: rgb(161,42,14); }

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