#A51A10

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

Shades of Fire Brick #A51A10

Tints of Fire Brick #A51A10

Color information

#A51A10 (or 0xA51A10) is unknown color: approx Fire Brick. HEX triplet: A5, 1A and 10. RGB value is (165,26,16). Sum of RGB (Red+Green+Blue) = 165+26+16=207 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.71% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51A10 is #5AE5EF. Grayscale: #424242. Windows color (decimal): -5957104 or 1055397. OLE color: 1055397.

HSL color Cylindrical-coordinate representation of color #A51A10: hue angle of 4.03º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51A10 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB1652616-
CMYK00.840.900.35
HSL4.03º82.32%35.49%-
HSV(B)4.03º90.3%64.71%-
XYZ15.988.781.34-
YUV66.4299.55198.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 79.71%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 16 (6.64% from 255) = 7.73%
R=79.71%
G=12.56%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165261600.840.900.354.0382.3235.49
HexA51A100545A2345223
Octal2453220012413243412243
Binary1010010111010100000101010010110101000111001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51A10; }

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

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

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

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

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

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

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

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