Html Css Color HEX #AF4240 Medium Carmine

📋 copy color: '#AF4240'

red 175 ◦ green 66 ◦ blue 64

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

Shades of Medium Carmine #AF4240

Tints of Medium Carmine #AF4240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

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

R = 57.38%
G = 21.64%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF4240 (or 0xAF4240) is known color: Medium Carmine. HEX triplet: AF, 42 and 40. RGB value is (175,66,64). Sum of RGB (Red+Green+Blue) = 175+66+64=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4240 is #50BDBF. Grayscale: #626262. Windows color (decimal): -5291456 or 4211375. OLE color: 4211375.

HSL color Cylindrical-coordinate representation of color #AF4240: hue angle of 1.08º 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 #AF4240 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 64 -
CMYK 0 0.62 0.63 0.31
HSL 1.08º 0.46% 0.47% -
HSV(B) 1.08º 0.63% 0.69% -
XYZ 20.55 13.38 6.35 -
YUV 98.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 175 66 64 0 0.62 0.63 0.31 1.08 0.46 0.47
Hex AF 42 40 0 3E 3F 1F 1 2E 2F
Octal 257 102 100 0 76 77 37 1 56 57
Binary 10101111 1000010 1000000 0 111110 111111 11111 1 101110 101111

Color Harmonies of #AF4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4240

Black with #AF4240

Text Example


Text Example

White with #AF4240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4240; }

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

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

background-color css

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

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

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

border-color css

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

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

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