Html Css Color HEX #AF342D Medium Carmine

📋 copy color: '#AF342D'

red 175 ◦ green 52 ◦ blue 45

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

Shades of Medium Carmine #AF342D

Tints of Medium Carmine #AF342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 64.34%
G = 19.12%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF342D (or 0xAF342D) is known color: Medium Carmine. HEX triplet: AF, 34 and 2D. RGB value is (175,52,45). Sum of RGB (Red+Green+Blue) = 175+52+45=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF342D is #50CBD2. Grayscale: #585858. Windows color (decimal): -5295059 or 2962607. OLE color: 2962607.

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

Color convert

RGB 175 52 45 -
CMYK 0 0.70 0.74 0.31
HSL 3.23º 0.59% 0.43% -
HSV(B) 3.23º 0.74% 0.69% -
XYZ 19.38 11.76 3.73 -
YUV 87.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 175 52 45 0 0.70 0.74 0.31 3.23 0.59 0.43
Hex AF 34 2D 0 46 4A 1F 3 3B 2B
Octal 257 64 55 0 106 112 37 3 73 53
Binary 10101111 110100 101101 0 1000110 1001010 11111 11 111011 101011

Color Harmonies of #AF342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF342D

Black with #AF342D

Text Example


Text Example

White with #AF342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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