#A62413

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

Shades of Fire Brick #A62413

Tints of Fire Brick #A62413

Color information

#A62413 (or 0xA62413) is unknown color: approx Fire Brick. HEX triplet: A6, 24 and 13. RGB value is (166,36,19). Sum of RGB (Red+Green+Blue) = 166+36+19=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A62413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62413 is #59DBEC. Grayscale: #494949. Windows color (decimal): -5889005 or 1254566. OLE color: 1254566.

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

Color convert

RGB1663619-
CMYK00.780.890.35
HSL6.94º79.46%36.27%-
HSV(B)6.94º88.55%65.1%-
XYZ16.479.421.57-
YUV72.9397.57194.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 75.11%
GREEN value IS 36 (14.45% from 255) = 16.29%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=75.11%
G=16.29%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166361900.780.890.356.9479.4636.27
HexA6241304E592374f24
Octal2464423011613143711744
Binary10100110100100100110100111010110011000111111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62413; }

 p { color: rgb(166,36,19); }

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

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

 a { background-color: rgb(166,36,19); }

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

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

 span { border-color: rgb(166,36,19); }

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