#A51C12

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

Shades of Fire Brick #A51C12

Tints of Fire Brick #A51C12

Color information

#A51C12 (or 0xA51C12) is unknown color: approx Fire Brick. HEX triplet: A5, 1C and 12. RGB value is (165,28,18). Sum of RGB (Red+Green+Blue) = 165+28+18=211 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.20% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51C12 is #5AE3ED. Grayscale: #444444. Windows color (decimal): -5956590 or 1186981. OLE color: 1186981.

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

Color convert

RGB1652818-
CMYK00.830.890.35
HSL4.08º80.33%35.88%-
HSV(B)4.08º89.09%64.71%-
XYZ16.048.871.44-
YUV67.8299.89197.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 78.20%
GREEN value IS 28 (11.33% from 255) = 13.27%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=78.20%
G=13.27%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165281800.830.890.354.0880.3335.88
HexA51C12053592345024
Octal2453422012313143412044
Binary1010010111100100100101001110110011000111001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51C12; }

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

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

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

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

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

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

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

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