#AF3E36

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

Shades of Medium Carmine #AF3E36

Tints of Medium Carmine #AF3E36

Color information

#AF3E36 (or 0xAF3E36) is unknown color: approx Medium Carmine. HEX triplet: AF, 3E and 36. RGB value is (175,62,54). Sum of RGB (Red+Green+Blue) = 175+62+54=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E36 is #50C1C9. Grayscale: #5F5F5F. Windows color (decimal): -5292490 or 3554991. OLE color: 3554991.

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

Color convert

RGB1756254-
CMYK00.650.690.31
HSL3.97º52.84%44.9%-
HSV(B)3.97º69.14%68.63%-
XYZ20.0712.834.91-
YUV94.88104.94185.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.14%
GREEN value IS 62 (24.61% from 255) = 21.31%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=60.14%
G=21.31%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175625400.650.690.313.9752.8444.9
HexAF3E36041451F4352d
Octal257766601011053746555
Binary1010111111111011011001000001100010111111100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3E36; }

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

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

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

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

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

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

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

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