Html Css Color HEX #AF4935 Medium Carmine

📋 copy color: '#AF4935'

red 175 ◦ green 73 ◦ blue 53

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

Shades of Medium Carmine #AF4935

Tints of Medium Carmine #AF4935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.61%

R = 58.14%
G = 24.25%
B = 17.61%

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

#AF4935 (or 0xAF4935) is known color: Medium Carmine. HEX triplet: AF, 49 and 35. RGB value is (175,73,53). Sum of RGB (Red+Green+Blue) = 175+73+53=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4935 is #50B6CA. Grayscale: #656565. Windows color (decimal): -5289675 or 3492271. OLE color: 3492271.

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

Color convert

RGB 175 73 53 -
CMYK 0 0.58 0.70 0.31
HSL 9.84º 0.54% 0.45% -
HSV(B) 9.84º 0.7% 0.69% -
XYZ 20.7 14.14 5.01 -
YUV 101.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 175 73 53 0 0.58 0.70 0.31 9.84 0.54 0.45
Hex AF 49 35 0 3A 46 1F A 36 2D
Octal 257 111 65 0 72 106 37 12 66 55
Binary 10101111 1001001 110101 0 111010 1000110 11111 1010 110110 101101

Color Harmonies of #AF4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4935

Black with #AF4935

Text Example


Text Example

White with #AF4935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4935; }

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

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

background-color css

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

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

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

border-color css

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

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

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