#AF1712

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

Shades of Fire Brick #AF1712

Tints of Fire Brick #AF1712

Color information

#AF1712 (or 0xAF1712) is unknown color: approx Fire Brick. HEX triplet: AF, 17 and 12. RGB value is (175,23,18). Sum of RGB (Red+Green+Blue) = 175+23+18=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1712 is #50E8ED. Grayscale: #444444. Windows color (decimal): -5302510 or 1185711. OLE color: 1185711.

HSL color Cylindrical-coordinate representation of color #AF1712: hue angle of 1.91º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1712 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1752318-
CMYK00.870.900.31
HSL1.91º81.35%37.84%-
HSV(B)1.91º89.71%68.63%-
XYZ18.099.771.5-
YUV67.8899.86204.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 81.02%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 18 (7.42% from 255) = 8.33%
R=81.02%
G=10.65%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175231800.870.900.311.9181.3537.84
HexAF17120575A1F25126
Octal2572722012713237212146
Binary10101111101111001001010111101101011111101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1712; }

 p { color: rgb(175,23,18); }

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

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

 a { background-color: rgb(175,23,18); }

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

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

 span { border-color: rgb(175,23,18); }

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