#AF1E16

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

Shades of Fire Brick #AF1E16

Tints of Fire Brick #AF1E16

Color information

#AF1E16 (or 0xAF1E16) is unknown color: approx Fire Brick. HEX triplet: AF, 1E and 16. RGB value is (175,30,22). Sum of RGB (Red+Green+Blue) = 175+30+22=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1E16 is #50E1E9. Grayscale: #484848. Windows color (decimal): -5300714 or 1449647. OLE color: 1449647.

HSL color Cylindrical-coordinate representation of color #AF1E16: hue angle of 3.14º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1E16 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB1753022-
CMYK00.830.870.31
HSL3.14º77.66%38.63%-
HSV(B)3.14º87.43%68.63%-
XYZ18.2910.11.74-
YUV72.4499.54201.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 77.09%
GREEN value IS 30 (12.11% from 255) = 13.22%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=77.09%
G=13.22%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175302200.830.870.313.1477.6638.63
HexAF1E16053571F34e27
Octal2573626012312737311647
Binary10101111111101011001010011101011111111111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1E16; }

 p { color: rgb(175,30,22); }

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

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

 a { background-color: rgb(175,30,22); }

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

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

 span { border-color: rgb(175,30,22); }

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