Html Css Color HEX #AF413D Medium Carmine

📋 copy color: '#AF413D'

red 175 ◦ green 65 ◦ blue 61

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

Shades of Medium Carmine #AF413D

Tints of Medium Carmine #AF413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

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

R = 58.14%
G = 21.59%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF413D (or 0xAF413D) is known color: Medium Carmine. HEX triplet: AF, 41 and 3D. RGB value is (175,65,61). Sum of RGB (Red+Green+Blue) = 175+65+61=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF413D is #50BEC2. Grayscale: #616161. Windows color (decimal): -5291715 or 4014511. OLE color: 4014511.

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

Color convert

RGB 175 65 61 -
CMYK 0 0.63 0.65 0.31
HSL 2.11º 0.48% 0.46% -
HSV(B) 2.11º 0.65% 0.69% -
XYZ 20.41 13.23 5.89 -
YUV 97.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 175 65 61 0 0.63 0.65 0.31 2.11 0.48 0.46
Hex AF 41 3D 0 3F 41 1F 2 30 2E
Octal 257 101 75 0 77 101 37 2 60 56
Binary 10101111 1000001 111101 0 111111 1000001 11111 10 110000 101110

Color Harmonies of #AF413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF413D

Black with #AF413D

Text Example


Text Example

White with #AF413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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