#AF3A27

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

Shades of Medium Carmine #AF3A27

Tints of Medium Carmine #AF3A27

Color information

#AF3A27 (or 0xAF3A27) is unknown color: approx Medium Carmine. HEX triplet: AF, 3A and 27. RGB value is (175,58,39). Sum of RGB (Red+Green+Blue) = 175+58+39=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A27 is #50C5D8. Grayscale: #5B5B5B. Windows color (decimal): -5293529 or 2570927. OLE color: 2570927.

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

Color convert

RGB1755839-
CMYK00.670.780.31
HSL8.38º63.55%41.96%-
HSV(B)8.38º77.71%68.63%-
XYZ19.5612.293.26-
YUV90.8298.76188.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.34%
GREEN value IS 58 (23.05% from 255) = 21.32%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=64.34%
G=21.32%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175583900.670.780.318.3863.5541.96
HexAF3A270434E1F8402a
Octal25772470103116371010052
Binary101011111110101001110100001110011101111110001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3A27; }

 p { color: rgb(175,58,39); }

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

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

 a { background-color: rgb(175,58,39); }

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

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

 span { border-color: rgb(175,58,39); }

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