#A3201E

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

Shades of Fire Brick #A3201E

Tints of Fire Brick #A3201E

Color information

#A3201E (or 0xA3201E) is unknown color: approx Fire Brick. HEX triplet: A3, 20 and 1E. RGB value is (163,32,30). Sum of RGB (Red+Green+Blue) = 163+32+30=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A3201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3201E is #5CDFE1. Grayscale: #474747. Windows color (decimal): -6086626 or 1974435. OLE color: 1974435.

HSL color Cylindrical-coordinate representation of color #A3201E: hue angle of 0.9º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3201E is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1633230-
CMYK00.800.820.36
HSL0.9º68.91%37.84%-
HSV(B)0.9º81.6%63.92%-
XYZ15.868.912.11-
YUV70.94104.9193.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 72.44%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 30 (12.11% from 255) = 13.33%
R=72.44%
G=14.22%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163323000.800.820.360.968.9137.84
HexA3201E050522414526
Octal2434036012012244110546
Binary101000111000001111001010000101001010010011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3201E; }

 p { color: rgb(163,32,30); }

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

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

 a { background-color: rgb(163,32,30); }

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

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

 span { border-color: rgb(163,32,30); }

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