#A51A12

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

Shades of Fire Brick #A51A12

Tints of Fire Brick #A51A12

Color information

#A51A12 (or 0xA51A12) is unknown color: approx Fire Brick. HEX triplet: A5, 1A and 12. RGB value is (165,26,18). Sum of RGB (Red+Green+Blue) = 165+26+18=209 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.95% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51A12 is #5AE5ED. Grayscale: #424242. Windows color (decimal): -5957102 or 1186469. OLE color: 1186469.

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

Color convert

RGB1652618-
CMYK00.840.890.35
HSL3.27º80.33%35.88%-
HSV(B)3.27º89.09%64.71%-
XYZ168.781.42-
YUV66.65100.55198.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 78.95%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=78.95%
G=12.44%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165261800.840.890.353.2780.3335.88
HexA51A12054592335024
Octal2453222012413143312044
Binary101001011101010010010101001011001100011111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51A12; }

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

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

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

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

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

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

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

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