#A42817

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

Shades of Fire Brick #A42817

Tints of Fire Brick #A42817

Color information

#A42817 (or 0xA42817) is unknown color: approx Fire Brick. HEX triplet: A4, 28 and 17. RGB value is (164,40,23). Sum of RGB (Red+Green+Blue) = 164+40+23=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A42817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42817 is #5BD7E8. Grayscale: #4B4B4B. Windows color (decimal): -6019049 or 1517732. OLE color: 1517732.

HSL color Cylindrical-coordinate representation of color #A42817: hue angle of 7.23º 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 #A42817 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB1644023-
CMYK00.760.860.36
HSL7.23º75.4%36.67%-
HSV(B)7.23º85.98%64.31%-
XYZ16.229.471.78-
YUV75.1498.58191.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.25%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 23 (9.38% from 255) = 10.13%
R=72.25%
G=17.62%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164402300.760.860.367.2375.436.67
HexA4281704C562474b25
Octal2445027011412644711345
Binary10100100101000101110100110010101101001001111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42817; }

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

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

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

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

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

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

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

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