#A3170B

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

Shades of Fire Brick #A3170B

Tints of Fire Brick #A3170B

Color information

#A3170B (or 0xA3170B) is unknown color: approx Fire Brick. HEX triplet: A3, 17 and 0B. RGB value is (163,23,11). Sum of RGB (Red+Green+Blue) = 163+23+11=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A3170B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3170B is #5CE8F4. Grayscale: #3F3F3F. Windows color (decimal): -6088949 or 726947. OLE color: 726947.

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

Color convert

RGB1632311-
CMYK00.860.930.36
HSL4.74º87.36%34.12%-
HSV(B)4.74º93.25%63.92%-
XYZ15.478.421.13-
YUV63.4998.38198.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 82.74%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 11 (4.69% from 255) = 5.58%
R=82.74%
G=11.68%
B=5.58%

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
Decimal163231100.860.930.364.7487.3634.12
HexA317B0565D2455722
Octal2432713012613544512742
Binary101000111011110110101011010111011001001011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3170B; }

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

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

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

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

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

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

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

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