Html Css Color HEX #AF4832 Medium Carmine

📋 copy color: '#AF4832'

red 175 ◦ green 72 ◦ blue 50

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

Shades of Medium Carmine #AF4832

Tints of Medium Carmine #AF4832

RGB

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

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

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

R = 58.92%
G = 24.24%
B = 16.84%

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

#AF4832 (or 0xAF4832) is known color: Medium Carmine. HEX triplet: AF, 48 and 32. RGB value is (175,72,50). Sum of RGB (Red+Green+Blue) = 175+72+50=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4832 is #50B7CD. Grayscale: #646464. Windows color (decimal): -5289934 or 3295407. OLE color: 3295407.

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

Color convert

RGB 175 72 50 -
CMYK 0 0.59 0.71 0.31
HSL 10.56º 0.56% 0.44% -
HSV(B) 10.56º 0.71% 0.69% -
XYZ 20.57 13.98 4.63 -
YUV 100.29 99.62 181.29 -
System Red Green Blue C M Y K H S L
Decimal 175 72 50 0 0.59 0.71 0.31 10.56 0.56 0.44
Hex AF 48 32 0 3B 47 1F B 38 2C
Octal 257 110 62 0 73 107 37 13 70 54
Binary 10101111 1001000 110010 0 111011 1000111 11111 1011 111000 101100

Color Harmonies of #AF4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4832

Black with #AF4832

Text Example


Text Example

White with #AF4832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4832; }

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

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

background-color css

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

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

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

border-color css

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

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

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