Html Css Color HEX #AF4441 Medium Carmine

📋 copy color: '#AF4441'

red 175 ◦ green 68 ◦ blue 65

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

Shades of Medium Carmine #AF4441

Tints of Medium Carmine #AF4441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.1%

R = 56.82%
G = 22.08%
B = 21.1%

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

#AF4441 (or 0xAF4441) is known color: Medium Carmine. HEX triplet: AF, 44 and 41. RGB value is (175,68,65). Sum of RGB (Red+Green+Blue) = 175+68+65=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4441 is #50BBBE. Grayscale: #636363. Windows color (decimal): -5290943 or 4277423. OLE color: 4277423.

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

Color convert

RGB 175 68 65 -
CMYK 0 0.61 0.63 0.31
HSL 1.64º 0.46% 0.47% -
HSV(B) 1.64º 0.63% 0.69% -
XYZ 20.7 13.63 6.54 -
YUV 99.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 175 68 65 0 0.61 0.63 0.31 1.64 0.46 0.47
Hex AF 44 41 0 3D 3F 1F 2 2E 2F
Octal 257 104 101 0 75 77 37 2 56 57
Binary 10101111 1000100 1000001 0 111101 111111 11111 10 101110 101111

Color Harmonies of #AF4441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4441

Black with #AF4441

Text Example


Text Example

White with #AF4441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4441; }

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

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

background-color css

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

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

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

border-color css

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

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

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