#A3210D

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

Shades of Fire Brick #A3210D

Tints of Fire Brick #A3210D

Color information

#A3210D (or 0xA3210D) is unknown color: approx Fire Brick. HEX triplet: A3, 21 and 0D. RGB value is (163,33,13). Sum of RGB (Red+Green+Blue) = 163+33+13=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A3210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3210D is #5CDEF2. Grayscale: #454545. Windows color (decimal): -6086387 or 860579. OLE color: 860579.

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

Color convert

RGB1633313-
CMYK00.800.920.36
HSL85.23%34.51%-
HSV(B)92.02%63.92%-
XYZ15.728.91.27-
YUV69.5996.07194.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 77.99%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 13 (5.47% from 255) = 6.22%
R=77.99%
G=15.79%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163331300.800.920.36885.2334.51
HexA321D0505C2485523
Octal24341150120134441012543
Binary10100011100001110101010000101110010010010001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3210D; }

 p { color: rgb(163,33,13); }

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

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

 a { background-color: rgb(163,33,13); }

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

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

 span { border-color: rgb(163,33,13); }

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