Html Css Color HEX #AF352E Medium Carmine

📋 copy color: '#AF352E'

red 175 ◦ green 53 ◦ blue 46

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

Shades of Medium Carmine #AF352E

Tints of Medium Carmine #AF352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.79%

R = 63.87%
G = 19.34%
B = 16.79%

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

#AF352E (or 0xAF352E) is known color: Medium Carmine. HEX triplet: AF, 35 and 2E. RGB value is (175,53,46). Sum of RGB (Red+Green+Blue) = 175+53+46=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF352E is #50CAD1. Grayscale: #585858. Windows color (decimal): -5294802 or 3028399. OLE color: 3028399.

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

Color convert

RGB 175 53 46 -
CMYK 0 0.70 0.74 0.31
HSL 3.26º 0.58% 0.43% -
HSV(B) 3.26º 0.74% 0.69% -
XYZ 19.45 11.86 3.85 -
YUV 88.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 175 53 46 0 0.70 0.74 0.31 3.26 0.58 0.43
Hex AF 35 2E 0 46 4A 1F 3 3A 2B
Octal 257 65 56 0 106 112 37 3 72 53
Binary 10101111 110101 101110 0 1000110 1001010 11111 11 111010 101011

Color Harmonies of #AF352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF352E

Black with #AF352E

Text Example


Text Example

White with #AF352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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