#AF2420

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

Shades of Fire Brick #AF2420

Tints of Fire Brick #AF2420

Color information

#AF2420 (or 0xAF2420) is unknown color: approx Fire Brick. HEX triplet: AF, 24 and 20. RGB value is (175,36,32). Sum of RGB (Red+Green+Blue) = 175+36+32=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2420 is #50DBDF. Grayscale: #4D4D4D. Windows color (decimal): -5299168 or 2106543. OLE color: 2106543.

HSL color Cylindrical-coordinate representation of color #AF2420: hue angle of 1.68º 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 #AF2420 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB1753632-
CMYK00.790.820.31
HSL1.68º69.08%40.59%-
HSV(B)1.68º81.71%68.63%-
XYZ18.5710.482.41-
YUV77.1102.55197.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.02%
GREEN value IS 36 (14.45% from 255) = 14.81%
BLUE value IS 32 (12.89% from 255) = 13.17%
R=72.02%
G=14.81%
B=13.17%

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
Decimal175363200.790.820.311.6869.0840.59
HexAF242004F521F24529
Octal2574440011712237210551
Binary1010111110010010000001001111101001011111101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2420; }

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

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

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

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

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

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

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

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