#A42617

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

Shades of Fire Brick #A42617

Tints of Fire Brick #A42617

Color information

#A42617 (or 0xA42617) is unknown color: approx Fire Brick. HEX triplet: A4, 26 and 17. RGB value is (164,38,23). Sum of RGB (Red+Green+Blue) = 164+38+23=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A42617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42617 is #5BD9E8. Grayscale: #4A4A4A. Windows color (decimal): -6019561 or 1517220. OLE color: 1517220.

HSL color Cylindrical-coordinate representation of color #A42617: hue angle of 6.38º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A42617 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB1643823-
CMYK00.770.860.36
HSL6.38º75.4%36.67%-
HSV(B)6.38º85.98%64.31%-
XYZ16.169.341.76-
YUV73.9699.24192.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.89%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 23 (9.38% from 255) = 10.22%
R=72.89%
G=16.89%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164382300.770.860.366.3875.436.67
HexA4261704D562464b25
Octal2444627011512644611345
Binary10100100100110101110100110110101101001001101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42617; }

 p { color: rgb(164,38,23); }

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

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

 a { background-color: rgb(164,38,23); }

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

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

 span { border-color: rgb(164,38,23); }

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