Html Css Color HEX #AF4035 Medium Carmine

📋 copy color: '#AF4035'

red 175 ◦ green 64 ◦ blue 53

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

Shades of Medium Carmine #AF4035

Tints of Medium Carmine #AF4035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.92%

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 59.93%
G = 21.92%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF4035 (or 0xAF4035) is known color: Medium Carmine. HEX triplet: AF, 40 and 35. RGB value is (175,64,53). Sum of RGB (Red+Green+Blue) = 175+64+53=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4035 is #50BFCA. Grayscale: #606060. Windows color (decimal): -5291979 or 3489967. OLE color: 3489967.

HSL color Cylindrical-coordinate representation of color #AF4035: hue angle of 5.41º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4035 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 64 53 -
CMYK 0 0.63 0.70 0.31
HSL 5.41º 0.54% 0.45% -
HSV(B) 5.41º 0.7% 0.69% -
XYZ 20.16 13.04 4.82 -
YUV 95.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 175 64 53 0 0.63 0.70 0.31 5.41 0.54 0.45
Hex AF 40 35 0 3F 46 1F 5 36 2D
Octal 257 100 65 0 77 106 37 5 66 55
Binary 10101111 1000000 110101 0 111111 1000110 11111 101 110110 101101

Color Harmonies of #AF4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4035

Black with #AF4035

Text Example


Text Example

White with #AF4035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4035; }

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

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

background-color css

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

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

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

border-color css

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

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

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