Html Css Color HEX #AF493D Medium Carmine

📋 copy color: '#AF493D'

red 175 ◦ green 73 ◦ blue 61

#AF493D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #AF493D

Tints of Medium Carmine #AF493D

RGB

 RED value IS 175 (68.75% from 255) = 56.63%

 GREEN value IS 73 (28.91% from 255) = 23.62%

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 56.63%
G = 23.62%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF493D (or 0xAF493D) is known color: Medium Carmine. HEX triplet: AF, 49 and 3D. RGB value is (175,73,61). Sum of RGB (Red+Green+Blue) = 175+73+61=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF493D is #50B6C2. Grayscale: #666666. Windows color (decimal): -5289667 or 4016559. OLE color: 4016559.

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

Color convert

RGB 175 73 61 -
CMYK 0 0.58 0.65 0.31
HSL 6.32º 0.48% 0.46% -
HSV(B) 6.32º 0.65% 0.69% -
XYZ 20.9 14.22 6.06 -
YUV 102.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 175 73 61 0 0.58 0.65 0.31 6.32 0.48 0.46
Hex AF 49 3D 0 3A 41 1F 6 30 2E
Octal 257 111 75 0 72 101 37 6 60 56
Binary 10101111 1001001 111101 0 111010 1000001 11111 110 110000 101110

Color Harmonies of #AF493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF493D

Black with #AF493D

Text Example


Text Example

White with #AF493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF493D; }

 p { color: rgb(175,73,61); }

 H1.HeaderClassName
 {
   color: #AF493D;
 }
 .AnyTagClassName
 {
   color: #AF493D;
 }
</style>

background-color css

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

 a { background-color: rgb(175,73,61); }

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

border-color css

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

 span { border-color: rgb(175,73,61); }

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