#AF3C32

Color #AF3C32 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AF3C32

Tints of Medium Carmine #AF3C32

Color information

#AF3C32 (or 0xAF3C32) is unknown color: approx Medium Carmine. HEX triplet: AF, 3C and 32. RGB value is (175,60,50). Sum of RGB (Red+Green+Blue) = 175+60+50=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C32 is #50C3CD. Grayscale: #5D5D5D. Windows color (decimal): -5293006 or 3292335. OLE color: 3292335.

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

Color convert

RGB1756050-
CMYK00.660.710.31
HSL4.8º55.56%44.12%-
HSV(B)4.8º71.43%68.63%-
XYZ19.8712.584.4-
YUV93.24103.6186.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.40%
GREEN value IS 60 (23.83% from 255) = 21.05%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=61.40%
G=21.05%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175605000.660.710.314.855.5644.12
HexAF3C32042471F5382c
Octal257746201021073757054
Binary1010111111110011001001000010100011111111101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3C32; }

 p { color: rgb(175,60,50); }

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

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

 a { background-color: rgb(175,60,50); }

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

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

 span { border-color: rgb(175,60,50); }

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