#AF220F

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

Shades of Fire Brick #AF220F

Tints of Fire Brick #AF220F

Color information

#AF220F (or 0xAF220F) is unknown color: approx Fire Brick. HEX triplet: AF, 22 and 0F. RGB value is (175,34,15). Sum of RGB (Red+Green+Blue) = 175+34+15=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF220F is #50DDF0. Grayscale: #4A4A4A. Windows color (decimal): -5299697 or 991919. OLE color: 991919.

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

Color convert

RGB1753415-
CMYK00.810.910.31
HSL7.13º84.21%37.25%-
HSV(B)7.13º91.43%68.63%-
XYZ18.3410.291.47-
YUV73.9994.71200.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 78.12%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=78.12%
G=15.18%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175341500.810.910.317.1384.2137.25
HexAF22F0515B1F75425
Octal2574217012113337712445
Binary101011111000101111010100011011011111111111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF220F; }

 p { color: rgb(175,34,15); }

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

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

 a { background-color: rgb(175,34,15); }

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

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

 span { border-color: rgb(175,34,15); }

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