Html Css Color HEX #AF403C Medium Carmine

📋 copy color: '#AF403C'

red 175 ◦ green 64 ◦ blue 60

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

Shades of Medium Carmine #AF403C

Tints of Medium Carmine #AF403C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 58.53%
G = 21.4%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF403C (or 0xAF403C) is known color: Medium Carmine. HEX triplet: AF, 40 and 3C. RGB value is (175,64,60). Sum of RGB (Red+Green+Blue) = 175+64+60=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF403C is #50BFC3. Grayscale: #606060. Windows color (decimal): -5291972 or 3948719. OLE color: 3948719.

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

Color convert

RGB 175 64 60 -
CMYK 0 0.63 0.66 0.31
HSL 2.09º 0.49% 0.46% -
HSV(B) 2.09º 0.66% 0.69% -
XYZ 20.33 13.11 5.73 -
YUV 96.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 175 64 60 0 0.63 0.66 0.31 2.09 0.49 0.46
Hex AF 40 3C 0 3F 42 1F 2 31 2E
Octal 257 100 74 0 77 102 37 2 61 56
Binary 10101111 1000000 111100 0 111111 1000010 11111 10 110001 101110

Color Harmonies of #AF403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF403C

Black with #AF403C

Text Example


Text Example

White with #AF403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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