Html Css Color HEX #AF4732 Medium Carmine

📋 copy color: '#AF4732'

red 175 ◦ green 71 ◦ blue 50

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

Shades of Medium Carmine #AF4732

Tints of Medium Carmine #AF4732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 59.12%
G = 23.99%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF4732 (or 0xAF4732) is known color: Medium Carmine. HEX triplet: AF, 47 and 32. RGB value is (175,71,50). Sum of RGB (Red+Green+Blue) = 175+71+50=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4732 is #50B8CD. Grayscale: #636363. Windows color (decimal): -5290190 or 3295151. OLE color: 3295151.

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

Color convert

RGB 175 71 50 -
CMYK 0 0.59 0.71 0.31
HSL 10.08º 0.56% 0.44% -
HSV(B) 10.08º 0.71% 0.69% -
XYZ 20.51 13.85 4.61 -
YUV 99.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 175 71 50 0 0.59 0.71 0.31 10.08 0.56 0.44
Hex AF 47 32 0 3B 47 1F A 38 2C
Octal 257 107 62 0 73 107 37 12 70 54
Binary 10101111 1000111 110010 0 111011 1000111 11111 1010 111000 101100

Color Harmonies of #AF4732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4732

Black with #AF4732

Text Example


Text Example

White with #AF4732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4732; }

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

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

background-color css

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

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

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

border-color css

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

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

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