Html Css Color HEX #AF4C3D Medium Carmine

📋 copy color: '#AF4C3D'

red 175 ◦ green 76 ◦ blue 61

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

Shades of Medium Carmine #AF4C3D

Tints of Medium Carmine #AF4C3D

RGB

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

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

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

R = 56.09%
G = 24.36%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF4C3D (or 0xAF4C3D) is known color: Medium Carmine. HEX triplet: AF, 4C and 3D. RGB value is (175,76,61). Sum of RGB (Red+Green+Blue) = 175+76+61=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C3D is #50B3C2. Grayscale: #686868. Windows color (decimal): -5288899 or 4017327. OLE color: 4017327.

HSL color Cylindrical-coordinate representation of color #AF4C3D: hue angle of 7.89º 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 #AF4C3D is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 76 61 -
CMYK 0 0.57 0.65 0.31
HSL 7.89º 0.48% 0.46% -
HSV(B) 7.89º 0.65% 0.69% -
XYZ 21.11 14.62 6.12 -
YUV 103.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 175 76 61 0 0.57 0.65 0.31 7.89 0.48 0.46
Hex AF 4C 3D 0 39 41 1F 8 30 2E
Octal 257 114 75 0 71 101 37 10 60 56
Binary 10101111 1001100 111101 0 111001 1000001 11111 1000 110000 101110

Color Harmonies of #AF4C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C3D

Black with #AF4C3D

Text Example


Text Example

White with #AF4C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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