Html Css Color HEX #AF4C3C Medium Carmine

📋 copy color: '#AF4C3C'

red 175 ◦ green 76 ◦ blue 60

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

Shades of Medium Carmine #AF4C3C

Tints of Medium Carmine #AF4C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.44%

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 56.27%
G = 24.44%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF4C3C (or 0xAF4C3C) is known color: Medium Carmine. HEX triplet: AF, 4C and 3C. RGB value is (175,76,60). Sum of RGB (Red+Green+Blue) = 175+76+60=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C3C is #50B3C3. Grayscale: #676767. Windows color (decimal): -5288900 or 3951791. OLE color: 3951791.

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

Color convert

RGB 175 76 60 -
CMYK 0 0.57 0.66 0.31
HSL 8.35º 0.49% 0.46% -
HSV(B) 8.35º 0.66% 0.69% -
XYZ 21.08 14.61 5.98 -
YUV 103.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 175 76 60 0 0.57 0.66 0.31 8.35 0.49 0.46
Hex AF 4C 3C 0 39 42 1F 8 31 2E
Octal 257 114 74 0 71 102 37 10 61 56
Binary 10101111 1001100 111100 0 111001 1000010 11111 1000 110001 101110

Color Harmonies of #AF4C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C3C

Black with #AF4C3C

Text Example


Text Example

White with #AF4C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C3C; }

 p { color: rgb(175,76,60); }

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

background-color css

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

 a { background-color: rgb(175,76,60); }

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

border-color css

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

 span { border-color: rgb(175,76,60); }

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