Html Css Color HEX #AF4032 Medium Carmine

📋 copy color: '#AF4032'

red 175 ◦ green 64 ◦ blue 50

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

Shades of Medium Carmine #AF4032

Tints of Medium Carmine #AF4032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 60.55%
G = 22.15%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF4032 (or 0xAF4032) is known color: Medium Carmine. HEX triplet: AF, 40 and 32. RGB value is (175,64,50). Sum of RGB (Red+Green+Blue) = 175+64+50=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4032 is #50BFCD. Grayscale: #5F5F5F. Windows color (decimal): -5291982 or 3293359. OLE color: 3293359.

HSL color Cylindrical-coordinate representation of color #AF4032: hue angle of 6.72º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF4032 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 64 50 -
CMYK 0 0.63 0.71 0.31
HSL 6.72º 0.56% 0.44% -
HSV(B) 6.72º 0.71% 0.69% -
XYZ 20.09 13.01 4.47 -
YUV 95.59 102.27 184.64 -
System Red Green Blue C M Y K H S L
Decimal 175 64 50 0 0.63 0.71 0.31 6.72 0.56 0.44
Hex AF 40 32 0 3F 47 1F 7 38 2C
Octal 257 100 62 0 77 107 37 7 70 54
Binary 10101111 1000000 110010 0 111111 1000111 11111 111 111000 101100

Color Harmonies of #AF4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4032

Black with #AF4032

Text Example


Text Example

White with #AF4032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4032; }

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

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

background-color css

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

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

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

border-color css

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

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

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