#a62615

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

Shades of Fire Brick #A62615

Tints of Fire Brick #A62615

Color information

#A62615 (or 0xA62615) is unknown color: approx Fire Brick. HEX triplet: A6, 26 and 15. RGB value is (166,38,21). Sum of RGB (Red+Green+Blue) = 166+38+21=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A62615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62615 is #59D9EA. Grayscale: #4A4A4A. Windows color (decimal): -5888491 or 1386150. OLE color: 1386150.

HSL color Cylindrical-coordinate representation of color #A62615: hue angle of 7.03º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A62615 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1663821-
CMYK00.770.870.35
HSL7.03º77.54%36.67%-
HSV(B)7.03º87.35%65.1%-
XYZ16.559.551.68-
YUV74.3397.91193.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.78%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 21 (8.59% from 255) = 9.33%
R=73.78%
G=16.89%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166382100.770.870.357.0377.5436.67
HexA6261504D572374e25
Octal2464625011512743711645
Binary10100110100110101010100110110101111000111111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a62615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a62615; }

 p { color: rgb(166,38,21); }

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

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

 a { background-color: rgb(166,38,21); }

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

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

 span { border-color: rgb(166,38,21); }

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