Html Css Color HEX #AF473A Medium Carmine

📋 copy color: '#AF473A'

red 175 ◦ green 71 ◦ blue 58

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

Shades of Medium Carmine #AF473A

Tints of Medium Carmine #AF473A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.08%

R = 57.57%
G = 23.36%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF473A (or 0xAF473A) is known color: Medium Carmine. HEX triplet: AF, 47 and 3A. RGB value is (175,71,58). Sum of RGB (Red+Green+Blue) = 175+71+58=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF473A is #50B8C5. Grayscale: #646464. Windows color (decimal): -5290182 or 3819439. OLE color: 3819439.

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

Color convert

RGB 175 71 58 -
CMYK 0 0.59 0.67 0.31
HSL 6.67º 0.5% 0.46% -
HSV(B) 6.67º 0.67% 0.69% -
XYZ 20.7 13.93 5.6 -
YUV 100.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 175 71 58 0 0.59 0.67 0.31 6.67 0.5 0.46
Hex AF 47 3A 0 3B 43 1F 7 32 2E
Octal 257 107 72 0 73 103 37 7 62 56
Binary 10101111 1000111 111010 0 111011 1000011 11111 111 110010 101110

Color Harmonies of #AF473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF473A

Black with #AF473A

Text Example


Text Example

White with #AF473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF473A; }

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

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

background-color css

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

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

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

border-color css

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

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

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