#A51612

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

Shades of Fire Brick #A51612

Tints of Fire Brick #A51612

Color information

#A51612 (or 0xA51612) is unknown color: approx Fire Brick. HEX triplet: A5, 16 and 12. RGB value is (165,22,18). Sum of RGB (Red+Green+Blue) = 165+22+18=205 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.49% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 165 - color contains mainly: red. Hex color #A51612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51612 is #5AE9ED. Grayscale: #404040. Windows color (decimal): -5958126 or 1185445. OLE color: 1185445.

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

Color convert

RGB1652218-
CMYK00.870.890.35
HSL1.63º80.33%35.88%-
HSV(B)1.63º89.09%64.71%-
XYZ15.918.621.4-
YUV64.3101.88199.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 80.49%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 18 (7.42% from 255) = 8.78%
R=80.49%
G=10.73%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165221800.870.890.351.6380.3335.88
HexA51612057592325024
Octal2452622012713143212044
Binary101001011011010010010101111011001100011101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51612; }

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

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

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

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

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

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

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

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