Html Css Color HEX #AF3D3C Medium Carmine

📋 copy color: '#AF3D3C'

red 175 ◦ green 61 ◦ blue 60

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

Shades of Medium Carmine #AF3D3C

Tints of Medium Carmine #AF3D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.61%

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

R = 59.12%
G = 20.61%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF3D3C (or 0xAF3D3C) is known color: Medium Carmine. HEX triplet: AF, 3D and 3C. RGB value is (175,61,60). Sum of RGB (Red+Green+Blue) = 175+61+60=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3D3C is #50C2C3. Grayscale: #5F5F5F. Windows color (decimal): -5292740 or 3947951. OLE color: 3947951.

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

Color convert

RGB 175 61 60 -
CMYK 0 0.65 0.66 0.31
HSL 0.52º 0.49% 0.46% -
HSV(B) 0.52º 0.66% 0.69% -
XYZ 20.16 12.78 5.68 -
YUV 94.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 175 61 60 0 0.65 0.66 0.31 0.52 0.49 0.46
Hex AF 3D 3C 0 41 42 1F 1 31 2E
Octal 257 75 74 0 101 102 37 1 61 56
Binary 10101111 111101 111100 0 1000001 1000010 11111 1 110001 101110

Color Harmonies of #AF3D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3D3C

Black with #AF3D3C

Text Example


Text Example

White with #AF3D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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