#AF2C1C

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

Shades of Fire Brick #AF2C1C

Tints of Fire Brick #AF2C1C

Color information

#AF2C1C (or 0xAF2C1C) is unknown color: approx Fire Brick. HEX triplet: AF, 2C and 1C. RGB value is (175,44,28). Sum of RGB (Red+Green+Blue) = 175+44+28=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C1C is #50D3E3. Grayscale: #515151. Windows color (decimal): -5297124 or 1846447. OLE color: 1846447.

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

Color convert

RGB1754428-
CMYK00.750.840.31
HSL6.53º72.41%39.8%-
HSV(B)6.53º84%68.63%-
XYZ18.79112.23-
YUV81.3497.9194.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 70.85%
GREEN value IS 44 (17.58% from 255) = 17.81%
BLUE value IS 28 (11.33% from 255) = 11.34%
R=70.85%
G=17.81%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175442800.750.840.316.5372.4139.8
HexAF2C1C04B541F74828
Octal2575434011312437711050
Binary1010111110110011100010010111010100111111111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2C1C; }

 p { color: rgb(175,44,28); }

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

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

 a { background-color: rgb(175,44,28); }

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

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

 span { border-color: rgb(175,44,28); }

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