#AF2520

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

Shades of Fire Brick #AF2520

Tints of Fire Brick #AF2520

Color information

#AF2520 (or 0xAF2520) is unknown color: approx Fire Brick. HEX triplet: AF, 25 and 20. RGB value is (175,37,32). Sum of RGB (Red+Green+Blue) = 175+37+32=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2520 is #50DADF. Grayscale: #4D4D4D. Windows color (decimal): -5298912 or 2106799. OLE color: 2106799.

HSL color Cylindrical-coordinate representation of color #AF2520: hue angle of 2.1º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2520 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB1753732-
CMYK00.790.820.31
HSL2.1º69.08%40.59%-
HSV(B)2.1º81.71%68.63%-
XYZ18.610.542.42-
YUV77.69102.22197.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 71.72%
GREEN value IS 37 (14.84% from 255) = 15.16%
BLUE value IS 32 (12.89% from 255) = 13.11%
R=71.72%
G=15.16%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175373200.790.820.312.169.0840.59
HexAF252004F521F24529
Octal2574540011712237210551
Binary1010111110010110000001001111101001011111101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2520; }

 p { color: rgb(175,37,32); }

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

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

 a { background-color: rgb(175,37,32); }

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

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

 span { border-color: rgb(175,37,32); }

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