Html Css Color HEX #AF4440 Medium Carmine

📋 copy color: '#AF4440'

red 175 ◦ green 68 ◦ blue 64

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

Shades of Medium Carmine #AF4440

Tints of Medium Carmine #AF4440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.15%

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

R = 57%
G = 22.15%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF4440 (or 0xAF4440) is known color: Medium Carmine. HEX triplet: AF, 44 and 40. RGB value is (175,68,64). Sum of RGB (Red+Green+Blue) = 175+68+64=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4440 is #50BBBF. Grayscale: #636363. Windows color (decimal): -5290944 or 4211887. OLE color: 4211887.

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

Color convert

RGB 175 68 64 -
CMYK 0 0.61 0.63 0.31
HSL 2.16º 0.46% 0.47% -
HSV(B) 2.16º 0.63% 0.69% -
XYZ 20.67 13.62 6.39 -
YUV 99.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 175 68 64 0 0.61 0.63 0.31 2.16 0.46 0.47
Hex AF 44 40 0 3D 3F 1F 2 2E 2F
Octal 257 104 100 0 75 77 37 2 56 57
Binary 10101111 1000100 1000000 0 111101 111111 11111 10 101110 101111

Color Harmonies of #AF4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4440

Black with #AF4440

Text Example


Text Example

White with #AF4440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4440; }

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

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

background-color css

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

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

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

border-color css

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

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

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