#A51312

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

Shades of Fire Brick #A51312

Tints of Fire Brick #A51312

Color information

#A51312 (or 0xA51312) is unknown color: approx Fire Brick. HEX triplet: A5, 13 and 12. RGB value is (165,19,18). Sum of RGB (Red+Green+Blue) = 165+19+18=202 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.68% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 165 - color contains mainly: red. Hex color #A51312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51312 is #5AECED. Grayscale: #3E3E3E. Windows color (decimal): -5958894 or 1184677. OLE color: 1184677.

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

Color convert

RGB1651918-
CMYK00.880.890.35
HSL0.41º80.33%35.88%-
HSV(B)0.41º89.09%64.71%-
XYZ15.868.511.38-
YUV62.54102.87201.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 81.68%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 18 (7.42% from 255) = 8.91%
R=81.68%
G=9.41%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165191800.880.890.350.4180.3335.88
HexA51312058592305024
Octal2452322013013143012044
Binary10100101100111001001011000101100110001101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51312; }

 p { color: rgb(165,19,18); }

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

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

 a { background-color: rgb(165,19,18); }

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

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

 span { border-color: rgb(165,19,18); }

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