#a3170c

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

Shades of Fire Brick #A3170C

Tints of Fire Brick #A3170C

Color information

#A3170C (or 0xA3170C) is unknown color: approx Fire Brick. HEX triplet: A3, 17 and 0C. RGB value is (163,23,12). Sum of RGB (Red+Green+Blue) = 163+23+12=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A3170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3170C is #5CE8F3. Grayscale: #3F3F3F. Windows color (decimal): -6088948 or 792483. OLE color: 792483.

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

Color convert

RGB1632312-
CMYK00.860.930.36
HSL4.37º86.29%34.31%-
HSV(B)4.37º92.64%63.92%-
XYZ15.488.431.16-
YUV63.6198.88198.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 82.32%
GREEN value IS 23 (9.38% from 255) = 11.62%
BLUE value IS 12 (5.08% from 255) = 6.06%
R=82.32%
G=11.62%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163231200.860.930.364.3786.2934.31
HexA317C0565D2445622
Octal2432714012613544412642
Binary101000111011111000101011010111011001001001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3170c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3170c; }

 p { color: rgb(163,23,12); }

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

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

 a { background-color: rgb(163,23,12); }

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

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

 span { border-color: rgb(163,23,12); }

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