Html Css Color HEX #AF4934 Medium Carmine

📋 copy color: '#AF4934'

red 175 ◦ green 73 ◦ blue 52

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

Shades of Medium Carmine #AF4934

Tints of Medium Carmine #AF4934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.33%

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

R = 58.33%
G = 24.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF4934 (or 0xAF4934) is known color: Medium Carmine. HEX triplet: AF, 49 and 34. RGB value is (175,73,52). Sum of RGB (Red+Green+Blue) = 175+73+52=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4934 is #50B6CB. Grayscale: #656565. Windows color (decimal): -5289676 or 3426735. OLE color: 3426735.

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

Color convert

RGB 175 73 52 -
CMYK 0 0.58 0.70 0.31
HSL 10.24º 0.54% 0.45% -
HSV(B) 10.24º 0.7% 0.69% -
XYZ 20.68 14.13 4.89 -
YUV 101.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 175 73 52 0 0.58 0.70 0.31 10.24 0.54 0.45
Hex AF 49 34 0 3A 46 1F A 36 2D
Octal 257 111 64 0 72 106 37 12 66 55
Binary 10101111 1001001 110100 0 111010 1000110 11111 1010 110110 101101

Color Harmonies of #AF4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4934

Black with #AF4934

Text Example


Text Example

White with #AF4934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4934; }

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

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

background-color css

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

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

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

border-color css

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

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

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