#A21D0C

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

Shades of Fire Brick #A21D0C

Tints of Fire Brick #A21D0C

Color information

#A21D0C (or 0xA21D0C) is unknown color: approx Fire Brick. HEX triplet: A2, 1D and 0C. RGB value is (162,29,12). Sum of RGB (Red+Green+Blue) = 162+29+12=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21D0C is #5DE2F3. Grayscale: #434343. Windows color (decimal): -6152948 or 794018. OLE color: 794018.

HSL color Cylindrical-coordinate representation of color #A21D0C: hue angle of 6.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A21D0C is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1622912-
CMYK00.820.930.36
HSL6.8º86.21%34.12%-
HSV(B)6.8º92.59%63.53%-
XYZ15.418.591.19-
YUV66.8397.06195.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.80%
GREEN value IS 29 (11.72% from 255) = 14.29%
BLUE value IS 12 (5.08% from 255) = 5.91%
R=79.80%
G=14.29%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162291200.820.930.366.886.2134.12
HexA21DC0525D2475622
Octal2423514012213544712642
Binary101000101110111000101001010111011001001111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21D0C; }

 p { color: rgb(162,29,12); }

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

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

 a { background-color: rgb(162,29,12); }

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

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

 span { border-color: rgb(162,29,12); }

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