#AF2824

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

Shades of Fire Brick #AF2824

Tints of Fire Brick #AF2824

Color information

#AF2824 (or 0xAF2824) is unknown color: approx Fire Brick. HEX triplet: AF, 28 and 24. RGB value is (175,40,36). Sum of RGB (Red+Green+Blue) = 175+40+36=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2824 is #50D7DB. Grayscale: #505050. Windows color (decimal): -5298140 or 2369711. OLE color: 2369711.

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

Color convert

RGB1754036-
CMYK00.770.790.31
HSL1.73º65.88%41.37%-
HSV(B)1.73º79.43%68.63%-
XYZ18.7610.762.76-
YUV79.91103.23195.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 69.72%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 36 (14.45% from 255) = 14.34%
R=69.72%
G=15.94%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175403600.770.790.311.7365.8841.37
HexAF282404D4F1F24229
Octal2575044011511737210251
Binary1010111110100010010001001101100111111111101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2824; }

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

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

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

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

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

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

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

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