Html Css Color HEX #AF4040 Medium Carmine

📋 copy color: '#AF4040'

red 175 ◦ green 64 ◦ blue 64

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

Shades of Medium Carmine #AF4040

Tints of Medium Carmine #AF4040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 57.76%
G = 21.12%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF4040 (or 0xAF4040) is known color: Medium Carmine. HEX triplet: AF, 40 and 40. RGB value is (175,64,64). Sum of RGB (Red+Green+Blue) = 175+64+64=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4040 is #50BFBF. Grayscale: #616161. Windows color (decimal): -5291968 or 4210863. OLE color: 4210863.

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

Color convert

RGB 175 64 64 -
CMYK 0 0.63 0.63 0.31
HSL 0.46% 0.47% -
HSV(B) 0.63% 0.69% -
XYZ 20.44 13.15 6.31 -
YUV 97.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 175 64 64 0 0.63 0.63 0.31 0 0.46 0.47
Hex AF 40 40 0 3F 3F 1F 0 2E 2F
Octal 257 100 100 0 77 77 37 0 56 57
Binary 10101111 1000000 1000000 0 111111 111111 11111 0 101110 101111

Color Harmonies of #AF4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4040

Black with #AF4040

Text Example


Text Example

White with #AF4040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4040; }

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

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

background-color css

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

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

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

border-color css

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

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

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