Html Css Color HEX #AF4734 Medium Carmine

📋 copy color: '#AF4734'

red 175 ◦ green 71 ◦ blue 52

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

Shades of Medium Carmine #AF4734

Tints of Medium Carmine #AF4734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 58.72%
G = 23.83%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF4734 (or 0xAF4734) is known color: Medium Carmine. HEX triplet: AF, 47 and 34. RGB value is (175,71,52). Sum of RGB (Red+Green+Blue) = 175+71+52=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4734 is #50B8CB. Grayscale: #646464. Windows color (decimal): -5290188 or 3426223. OLE color: 3426223.

HSL color Cylindrical-coordinate representation of color #AF4734: hue angle of 9.27º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4734 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 71 52 -
CMYK 0 0.59 0.70 0.31
HSL 9.27º 0.54% 0.45% -
HSV(B) 9.27º 0.7% 0.69% -
XYZ 20.55 13.87 4.84 -
YUV 99.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 175 71 52 0 0.59 0.70 0.31 9.27 0.54 0.45
Hex AF 47 34 0 3B 46 1F 9 36 2D
Octal 257 107 64 0 73 106 37 11 66 55
Binary 10101111 1000111 110100 0 111011 1000110 11111 1001 110110 101101

Color Harmonies of #AF4734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4734

Black with #AF4734

Text Example


Text Example

White with #AF4734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4734; }

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

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

background-color css

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

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

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

border-color css

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

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

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