#AF3D33

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

Shades of Medium Carmine #AF3D33

Tints of Medium Carmine #AF3D33

Color information

#AF3D33 (or 0xAF3D33) is unknown color: approx Medium Carmine. HEX triplet: AF, 3D and 33. RGB value is (175,61,51). Sum of RGB (Red+Green+Blue) = 175+61+51=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3D33 is #50C2CC. Grayscale: #5E5E5E. Windows color (decimal): -5292749 or 3358127. OLE color: 3358127.

HSL color Cylindrical-coordinate representation of color #AF3D33: hue angle of 4.84º degrees, saturation: 0.55, 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 #AF3D33 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB1756151-
CMYK00.650.710.31
HSL4.84º54.87%44.31%-
HSV(B)4.84º70.86%68.63%-
XYZ19.9512.694.53-
YUV93.95103.77185.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.98%
GREEN value IS 61 (24.22% from 255) = 21.25%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=60.98%
G=21.25%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175615100.650.710.314.8454.8744.31
HexAF3D33041471F5372c
Octal257756301011073756754
Binary1010111111110111001101000001100011111111101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3D33; }

 p { color: rgb(175,61,51); }

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

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

 a { background-color: rgb(175,61,51); }

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

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

 span { border-color: rgb(175,61,51); }

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