#AF473A

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

Shades of Medium Carmine #AF473A

Tints of Medium Carmine #AF473A

Color information

#AF473A (or 0xAF473A) is unknown color: approx Medium Carmine. HEX triplet: AF, 47 and 3A. RGB value is (175,71,58). Sum of RGB (Red+Green+Blue) = 175+71+58=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF473A is #50B8C5. Grayscale: #646464. Windows color (decimal): -5290182 or 3819439. OLE color: 3819439.

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

Color convert

RGB1757158-
CMYK00.590.670.31
HSL6.67º50.21%45.69%-
HSV(B)6.67º66.86%68.63%-
XYZ20.713.935.6-
YUV100.61103.96181.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.57%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 58 (23.05% from 255) = 19.08%
R=57.57%
G=23.36%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175715800.590.670.316.6750.2145.69
HexAF473A03B431F7322e
Octal257107720731033776256
Binary1010111110001111110100111011100001111111111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF473A; }

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

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

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

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

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

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

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

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