Html Css Color HEX #AF3F31 Medium Carmine

📋 copy color: '#AF3F31'

red 175 ◦ green 63 ◦ blue 49

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

Shades of Medium Carmine #AF3F31

Tints of Medium Carmine #AF3F31

RGB

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

 GREEN value IS 63 (25% from 255) = 21.95%

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

R = 60.98%
G = 21.95%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF3F31 (or 0xAF3F31) is known color: Medium Carmine. HEX triplet: AF, 3F and 31. RGB value is (175,63,49). Sum of RGB (Red+Green+Blue) = 175+63+49=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F31 is #50C0CE. Grayscale: #5F5F5F. Windows color (decimal): -5292239 or 3227567. OLE color: 3227567.

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

Color convert

RGB 175 63 49 -
CMYK 0 0.64 0.72 0.31
HSL 6.67º 0.56% 0.44% -
HSV(B) 6.67º 0.72% 0.69% -
XYZ 20.01 12.89 4.34 -
YUV 94.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 175 63 49 0 0.64 0.72 0.31 6.67 0.56 0.44
Hex AF 3F 31 0 40 48 1F 7 38 2C
Octal 257 77 61 0 100 110 37 7 70 54
Binary 10101111 111111 110001 0 1000000 1001000 11111 111 111000 101100

Color Harmonies of #AF3F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F31

Black with #AF3F31

Text Example


Text Example

White with #AF3F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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