#AF110E

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

Shades of Fire Brick #AF110E

Tints of Fire Brick #AF110E

Color information

#AF110E (or 0xAF110E) is unknown color: approx Fire Brick. HEX triplet: AF, 11 and 0E. RGB value is (175,17,14). Sum of RGB (Red+Green+Blue) = 175+17+14=206 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.95% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 175 - color contains mainly: red. Hex color #AF110E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF110E is #50EEF1. Grayscale: #404040. Windows color (decimal): -5304050 or 922031. OLE color: 922031.

HSL color Cylindrical-coordinate representation of color #AF110E: hue angle of 1.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF110E is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB1751714-
CMYK00.900.920.31
HSL1.12º85.19%37.06%-
HSV(B)1.12º92%68.63%-
XYZ17.969.551.31-
YUV63.999.85207.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 84.95%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 14 (5.86% from 255) = 6.80%
R=84.95%
G=8.25%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175171400.900.920.311.1285.1937.06
HexAF11E05A5C1F15525
Octal2572116013213437112545
Binary101011111000111100101101010111001111111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF110E; }

 p { color: rgb(175,17,14); }

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

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

 a { background-color: rgb(175,17,14); }

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

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

 span { border-color: rgb(175,17,14); }

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