Html Css Color HEX #AF463D Medium Carmine

📋 copy color: '#AF463D'

red 175 ◦ green 70 ◦ blue 61

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

Shades of Medium Carmine #AF463D

Tints of Medium Carmine #AF463D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.88%

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 57.19%
G = 22.88%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF463D (or 0xAF463D) is known color: Medium Carmine. HEX triplet: AF, 46 and 3D. RGB value is (175,70,61). Sum of RGB (Red+Green+Blue) = 175+70+61=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF463D is #50B9C2. Grayscale: #646464. Windows color (decimal): -5290435 or 4015791. OLE color: 4015791.

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

Color convert

RGB 175 70 61 -
CMYK 0 0.60 0.65 0.31
HSL 4.74º 0.48% 0.46% -
HSV(B) 4.74º 0.65% 0.69% -
XYZ 20.71 13.83 5.99 -
YUV 100.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 175 70 61 0 0.60 0.65 0.31 4.74 0.48 0.46
Hex AF 46 3D 0 3C 41 1F 5 30 2E
Octal 257 106 75 0 74 101 37 5 60 56
Binary 10101111 1000110 111101 0 111100 1000001 11111 101 110000 101110

Color Harmonies of #AF463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF463D

Black with #AF463D

Text Example


Text Example

White with #AF463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF463D; }

 p { color: rgb(175,70,61); }

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

background-color css

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

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

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

border-color css

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

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

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