Html Css Color HEX #AF352B Medium Carmine

📋 copy color: '#AF352B'

red 175 ◦ green 53 ◦ blue 43

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

Shades of Medium Carmine #AF352B

Tints of Medium Carmine #AF352B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.87%

R = 64.58%
G = 19.56%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF352B (or 0xAF352B) is known color: Medium Carmine. HEX triplet: AF, 35 and 2B. RGB value is (175,53,43). Sum of RGB (Red+Green+Blue) = 175+53+43=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF352B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF352B is #50CAD4. Grayscale: #585858. Windows color (decimal): -5294805 or 2831791. OLE color: 2831791.

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

Color convert

RGB 175 53 43 -
CMYK 0 0.70 0.75 0.31
HSL 4.55º 0.61% 0.43% -
HSV(B) 4.55º 0.75% 0.69% -
XYZ 19.39 11.83 3.55 -
YUV 88.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 175 53 43 0 0.70 0.75 0.31 4.55 0.61 0.43
Hex AF 35 2B 0 46 4B 1F 5 3D 2B
Octal 257 65 53 0 106 113 37 5 75 53
Binary 10101111 110101 101011 0 1000110 1001011 11111 101 111101 101011

Color Harmonies of #AF352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF352B

Black with #AF352B

Text Example


Text Example

White with #AF352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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