Html Css Color HEX #AF4141 Medium Carmine

📋 copy color: '#AF4141'

red 175 ◦ green 65 ◦ blue 65

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

Shades of Medium Carmine #AF4141

Tints of Medium Carmine #AF4141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.31%

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

R = 57.38%
G = 21.31%
B = 21.31%

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

#AF4141 (or 0xAF4141) is known color: Medium Carmine. HEX triplet: AF, 41 and 41. RGB value is (175,65,65). Sum of RGB (Red+Green+Blue) = 175+65+65=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4141 is #50BEBE. Grayscale: #626262. Windows color (decimal): -5291711 or 4276655. OLE color: 4276655.

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

Color convert

RGB 175 65 65 -
CMYK 0 0.63 0.63 0.31
HSL 0.46% 0.47% -
HSV(B) 0.63% 0.69% -
XYZ 20.52 13.28 6.48 -
YUV 97.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 175 65 65 0 0.63 0.63 0.31 0 0.46 0.47
Hex AF 41 41 0 3F 3F 1F 0 2E 2F
Octal 257 101 101 0 77 77 37 0 56 57
Binary 10101111 1000001 1000001 0 111111 111111 11111 0 101110 101111

Color Harmonies of #AF4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4141

Black with #AF4141

Text Example


Text Example

White with #AF4141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4141; }

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

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

background-color css

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

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

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

border-color css

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

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

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