#A51F10

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

Shades of Fire Brick #A51F10

Tints of Fire Brick #A51F10

Color information

#A51F10 (or 0xA51F10) is unknown color: approx Fire Brick. HEX triplet: A5, 1F and 10. RGB value is (165,31,16). Sum of RGB (Red+Green+Blue) = 165+31+16=212 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.83% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51F10 is #5AE0EF. Grayscale: #454545. Windows color (decimal): -5955824 or 1056677. OLE color: 1056677.

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

Color convert

RGB1653116-
CMYK00.810.900.35
HSL6.04º82.32%35.49%-
HSV(B)6.04º90.3%64.71%-
XYZ16.19.021.38-
YUV69.3697.89196.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 77.83%
GREEN value IS 31 (12.5% from 255) = 14.62%
BLUE value IS 16 (6.64% from 255) = 7.55%
R=77.83%
G=14.62%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165311600.810.900.356.0482.3235.49
HexA51F100515A2365223
Octal2453720012113243612243
Binary1010010111111100000101000110110101000111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51F10; }

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

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

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

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

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

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

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

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