#AF3A31

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

Shades of Medium Carmine #AF3A31

Tints of Medium Carmine #AF3A31

Color information

#AF3A31 (or 0xAF3A31) is unknown color: approx Medium Carmine. HEX triplet: AF, 3A and 31. RGB value is (175,58,49). Sum of RGB (Red+Green+Blue) = 175+58+49=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A31 is #50C5CE. Grayscale: #5C5C5C. Windows color (decimal): -5293519 or 3226287. OLE color: 3226287.

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

Color convert

RGB1755849-
CMYK00.670.720.31
HSL4.29º56.25%43.92%-
HSV(B)4.29º72%68.63%-
XYZ19.7512.364.25-
YUV91.96103.76187.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.06%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 49 (19.53% from 255) = 17.38%
R=62.06%
G=20.57%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175584900.670.720.314.2956.2543.92
HexAF3A31043481F4382c
Octal257726101031103747054
Binary1010111111101011000101000011100100011111100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3A31; }

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

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

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

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

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

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

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

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