#a31d0c

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

Shades of Fire Brick #A31D0C

Tints of Fire Brick #A31D0C

Color information

#A31D0C (or 0xA31D0C) is unknown color: approx Fire Brick. HEX triplet: A3, 1D and 0C. RGB value is (163,29,12). Sum of RGB (Red+Green+Blue) = 163+29+12=204 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.90% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31D0C is #5CE2F3. Grayscale: #434343. Windows color (decimal): -6087412 or 794019. OLE color: 794019.

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

Color convert

RGB1632912-
CMYK00.820.930.36
HSL6.75º86.29%34.31%-
HSV(B)6.75º92.64%63.92%-
XYZ15.618.691.2-
YUV67.1396.89196.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 79.90%
GREEN value IS 29 (11.72% from 255) = 14.22%
BLUE value IS 12 (5.08% from 255) = 5.88%
R=79.90%
G=14.22%
B=5.88%

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
Decimal163291200.820.930.366.7586.2934.31
HexA31DC0525D2475622
Octal2433514012213544712642
Binary101000111110111000101001010111011001001111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31d0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31d0c; }

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

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

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

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

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

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

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

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