Html Css Color HEX #AF472F Medium Carmine

📋 copy color: '#AF472F'

red 175 ◦ green 71 ◦ blue 47

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

Shades of Medium Carmine #AF472F

Tints of Medium Carmine #AF472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 59.73%
G = 24.23%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF472F (or 0xAF472F) is known color: Medium Carmine. HEX triplet: AF, 47 and 2F. RGB value is (175,71,47). Sum of RGB (Red+Green+Blue) = 175+71+47=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF472F is #50B8D0. Grayscale: #636363. Windows color (decimal): -5290193 or 3098543. OLE color: 3098543.

HSL color Cylindrical-coordinate representation of color #AF472F: hue angle of 11.25º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF472F is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 71 47 -
CMYK 0 0.59 0.73 0.31
HSL 11.25º 0.58% 0.44% -
HSV(B) 11.25º 0.73% 0.69% -
XYZ 20.45 13.83 4.28 -
YUV 99.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 175 71 47 0 0.59 0.73 0.31 11.25 0.58 0.44
Hex AF 47 2F 0 3B 49 1F B 3A 2C
Octal 257 107 57 0 73 111 37 13 72 54
Binary 10101111 1000111 101111 0 111011 1001001 11111 1011 111010 101100

Color Harmonies of #AF472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF472F

Black with #AF472F

Text Example


Text Example

White with #AF472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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