#AF3F36

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

Shades of Medium Carmine #AF3F36

Tints of Medium Carmine #AF3F36

Color information

#AF3F36 (or 0xAF3F36) is unknown color: approx Medium Carmine. HEX triplet: AF, 3F and 36. RGB value is (175,63,54). Sum of RGB (Red+Green+Blue) = 175+63+54=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F36 is #50C0C9. Grayscale: #5F5F5F. Windows color (decimal): -5292234 or 3555247. OLE color: 3555247.

HSL color Cylindrical-coordinate representation of color #AF3F36: hue angle of 4.46º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3F36 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1756354-
CMYK00.640.690.31
HSL4.46º52.84%44.9%-
HSV(B)4.46º69.14%68.63%-
XYZ20.1212.944.93-
YUV95.46104.61184.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.93%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 54 (21.48% from 255) = 18.49%
R=59.93%
G=21.58%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175635400.640.690.314.4652.8444.9
HexAF3F36040451F4352d
Octal257776601001053746555
Binary1010111111111111011001000000100010111111100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3F36; }

 p { color: rgb(175,63,54); }

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

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

 a { background-color: rgb(175,63,54); }

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

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

 span { border-color: rgb(175,63,54); }

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