Html Css Color HEX #AF3E31 Medium Carmine

📋 copy color: '#AF3E31'

red 175 ◦ green 62 ◦ blue 49

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

Shades of Medium Carmine #AF3E31

Tints of Medium Carmine #AF3E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.68%

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 61.19%
G = 21.68%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF3E31 (or 0xAF3E31) is known color: Medium Carmine. HEX triplet: AF, 3E and 31. RGB value is (175,62,49). Sum of RGB (Red+Green+Blue) = 175+62+49=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E31 is #50C1CE. Grayscale: #5E5E5E. Windows color (decimal): -5292495 or 3227311. OLE color: 3227311.

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

Color convert

RGB 175 62 49 -
CMYK 0 0.65 0.72 0.31
HSL 6.19º 0.56% 0.44% -
HSV(B) 6.19º 0.72% 0.69% -
XYZ 19.96 12.78 4.32 -
YUV 94.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 175 62 49 0 0.65 0.72 0.31 6.19 0.56 0.44
Hex AF 3E 31 0 41 48 1F 6 38 2C
Octal 257 76 61 0 101 110 37 6 70 54
Binary 10101111 111110 110001 0 1000001 1001000 11111 110 111000 101100

Color Harmonies of #AF3E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E31

Black with #AF3E31

Text Example


Text Example

White with #AF3E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E31; }

 p { color: rgb(175,62,49); }

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

background-color css

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

 a { background-color: rgb(175,62,49); }

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

border-color css

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

 span { border-color: rgb(175,62,49); }

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