Html Css Color HEX #AF4834 Medium Carmine

📋 copy color: '#AF4834'

red 175 ◦ green 72 ◦ blue 52

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

Shades of Medium Carmine #AF4834

Tints of Medium Carmine #AF4834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 58.53%
G = 24.08%
B = 17.39%

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

#AF4834 (or 0xAF4834) is known color: Medium Carmine. HEX triplet: AF, 48 and 34. RGB value is (175,72,52). Sum of RGB (Red+Green+Blue) = 175+72+52=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4834 is #50B7CB. Grayscale: #646464. Windows color (decimal): -5289932 or 3426479. OLE color: 3426479.

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

Color convert

RGB 175 72 52 -
CMYK 0 0.59 0.70 0.31
HSL 9.76º 0.54% 0.45% -
HSV(B) 9.76º 0.7% 0.69% -
XYZ 20.62 14 4.86 -
YUV 100.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 175 72 52 0 0.59 0.70 0.31 9.76 0.54 0.45
Hex AF 48 34 0 3B 46 1F A 36 2D
Octal 257 110 64 0 73 106 37 12 66 55
Binary 10101111 1001000 110100 0 111011 1000110 11111 1010 110110 101101

Color Harmonies of #AF4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4834

Black with #AF4834

Text Example


Text Example

White with #AF4834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4834; }

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

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

background-color css

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

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

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

border-color css

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

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

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