Html Css Color HEX #AF473D Medium Carmine

📋 copy color: '#AF473D'

red 175 ◦ green 71 ◦ blue 61

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

Shades of Medium Carmine #AF473D

Tints of Medium Carmine #AF473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.13%

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

R = 57%
G = 23.13%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF473D (or 0xAF473D) is known color: Medium Carmine. HEX triplet: AF, 47 and 3D. RGB value is (175,71,61). Sum of RGB (Red+Green+Blue) = 175+71+61=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF473D is #50B8C2. Grayscale: #656565. Windows color (decimal): -5290179 or 4016047. OLE color: 4016047.

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

Color convert

RGB 175 71 61 -
CMYK 0 0.59 0.65 0.31
HSL 5.26º 0.48% 0.46% -
HSV(B) 5.26º 0.65% 0.69% -
XYZ 20.77 13.96 6.01 -
YUV 100.96 105.46 180.81 -
System Red Green Blue C M Y K H S L
Decimal 175 71 61 0 0.59 0.65 0.31 5.26 0.48 0.46
Hex AF 47 3D 0 3B 41 1F 5 30 2E
Octal 257 107 75 0 73 101 37 5 60 56
Binary 10101111 1000111 111101 0 111011 1000001 11111 101 110000 101110

Color Harmonies of #AF473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF473D

Black with #AF473D

Text Example


Text Example

White with #AF473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF473D; }

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

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

background-color css

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

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

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

border-color css

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

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

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