Html Css Color HEX #AF403F Medium Carmine

📋 copy color: '#AF403F'

red 175 ◦ green 64 ◦ blue 63

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

Shades of Medium Carmine #AF403F

Tints of Medium Carmine #AF403F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.86%

R = 57.95%
G = 21.19%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF403F (or 0xAF403F) is known color: Medium Carmine. HEX triplet: AF, 40 and 3F. RGB value is (175,64,63). Sum of RGB (Red+Green+Blue) = 175+64+63=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF403F is #50BFC0. Grayscale: #616161. Windows color (decimal): -5291969 or 4145327. OLE color: 4145327.

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

Color convert

RGB 175 64 63 -
CMYK 0 0.63 0.64 0.31
HSL 0.54º 0.47% 0.47% -
HSV(B) 0.54º 0.64% 0.69% -
XYZ 20.41 13.14 6.16 -
YUV 97.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 175 64 63 0 0.63 0.64 0.31 0.54 0.47 0.47
Hex AF 40 3F 0 3F 40 1F 1 2F 2F
Octal 257 100 77 0 77 100 37 1 57 57
Binary 10101111 1000000 111111 0 111111 1000000 11111 1 101111 101111

Color Harmonies of #AF403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF403F

Black with #AF403F

Text Example


Text Example

White with #AF403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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