#A51E10

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

Shades of Fire Brick #A51E10

Tints of Fire Brick #A51E10

Color information

#A51E10 (or 0xA51E10) is unknown color: approx Fire Brick. HEX triplet: A5, 1E and 10. RGB value is (165,30,16). Sum of RGB (Red+Green+Blue) = 165+30+16=211 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.20% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51E10 is #5AE1EF. Grayscale: #444444. Windows color (decimal): -5956080 or 1056421. OLE color: 1056421.

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

Color convert

RGB1653016-
CMYK00.820.900.35
HSL5.64º82.32%35.49%-
HSV(B)5.64º90.3%64.71%-
XYZ16.078.971.37-
YUV68.7798.23196.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 78.20%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=78.20%
G=14.22%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165301600.820.900.355.6482.3235.49
HexA51E100525A2365223
Octal2453620012213243612243
Binary1010010111110100000101001010110101000111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E10; }

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

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

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

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

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

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

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

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