Html Css Color HEX #AF342F Medium Carmine

📋 copy color: '#AF342F'

red 175 ◦ green 52 ◦ blue 47

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

Shades of Medium Carmine #AF342F

Tints of Medium Carmine #AF342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

 BLUE value IS 47 (18.75% from 255) = 17.15%

R = 63.87%
G = 18.98%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF342F (or 0xAF342F) is known color: Medium Carmine. HEX triplet: AF, 34 and 2F. RGB value is (175,52,47). Sum of RGB (Red+Green+Blue) = 175+52+47=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF342F is #50CBD0. Grayscale: #585858. Windows color (decimal): -5295057 or 3093679. OLE color: 3093679.

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

Color convert

RGB 175 52 47 -
CMYK 0 0.70 0.73 0.31
HSL 2.34º 0.58% 0.44% -
HSV(B) 2.34º 0.73% 0.69% -
XYZ 19.42 11.78 3.94 -
YUV 88.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 175 52 47 0 0.70 0.73 0.31 2.34 0.58 0.44
Hex AF 34 2F 0 46 49 1F 2 3A 2C
Octal 257 64 57 0 106 111 37 2 72 54
Binary 10101111 110100 101111 0 1000110 1001001 11111 10 111010 101100

Color Harmonies of #AF342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF342F

Black with #AF342F

Text Example


Text Example

White with #AF342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF342F; }

 p { color: rgb(175,52,47); }

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

background-color css

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

 a { background-color: rgb(175,52,47); }

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

border-color css

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

 span { border-color: rgb(175,52,47); }

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