#A51E12

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

Shades of Fire Brick #A51E12

Tints of Fire Brick #A51E12

Color information

#A51E12 (or 0xA51E12) is unknown color: approx Fire Brick. HEX triplet: A5, 1E and 12. RGB value is (165,30,18). Sum of RGB (Red+Green+Blue) = 165+30+18=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51E12 is #5AE1ED. Grayscale: #454545. Windows color (decimal): -5956078 or 1187493. OLE color: 1187493.

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

Color convert

RGB1653018-
CMYK00.820.890.35
HSL4.9º80.33%35.88%-
HSV(B)4.9º89.09%64.71%-
XYZ16.098.971.46-
YUV6999.23196.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 77.46%
GREEN value IS 30 (12.11% from 255) = 14.08%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=77.46%
G=14.08%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165301800.820.890.354.980.3335.88
HexA51E12052592355024
Octal2453622012213143512044
Binary1010010111110100100101001010110011000111011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E12; }

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

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

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

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

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

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

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

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