Html Css Color HEX #AF352D Medium Carmine

📋 copy color: '#AF352D'

red 175 ◦ green 53 ◦ blue 45

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

Shades of Medium Carmine #AF352D

Tints of Medium Carmine #AF352D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.41%

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

R = 64.1%
G = 19.41%
B = 16.48%

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

#AF352D (or 0xAF352D) is known color: Medium Carmine. HEX triplet: AF, 35 and 2D. RGB value is (175,53,45). Sum of RGB (Red+Green+Blue) = 175+53+45=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF352D is #50CAD2. Grayscale: #585858. Windows color (decimal): -5294803 or 2962863. OLE color: 2962863.

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

Color convert

RGB 175 53 45 -
CMYK 0 0.70 0.74 0.31
HSL 3.69º 0.59% 0.43% -
HSV(B) 3.69º 0.74% 0.69% -
XYZ 19.43 11.85 3.75 -
YUV 88.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 175 53 45 0 0.70 0.74 0.31 3.69 0.59 0.43
Hex AF 35 2D 0 46 4A 1F 4 3B 2B
Octal 257 65 55 0 106 112 37 4 73 53
Binary 10101111 110101 101101 0 1000110 1001010 11111 100 111011 101011

Color Harmonies of #AF352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF352D

Black with #AF352D

Text Example


Text Example

White with #AF352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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