#AF2924

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

Shades of Fire Brick #AF2924

Tints of Fire Brick #AF2924

Color information

#AF2924 (or 0xAF2924) is unknown color: approx Fire Brick. HEX triplet: AF, 29 and 24. RGB value is (175,41,36). Sum of RGB (Red+Green+Blue) = 175+41+36=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2924 is #50D6DB. Grayscale: #505050. Windows color (decimal): -5297884 or 2369967. OLE color: 2369967.

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

Color convert

RGB1754136-
CMYK00.770.790.31
HSL2.16º65.88%41.37%-
HSV(B)2.16º79.43%68.63%-
XYZ18.7910.832.77-
YUV80.5102.89195.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 69.44%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 36 (14.45% from 255) = 14.29%
R=69.44%
G=16.27%
B=14.29%

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
Decimal175413600.770.790.312.1665.8841.37
HexAF292404D4F1F24229
Octal2575144011511737210251
Binary1010111110100110010001001101100111111111101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2924; }

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

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

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

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

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

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

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

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