Html Css Color HEX #AF4833 Medium Carmine

📋 copy color: '#AF4833'

red 175 ◦ green 72 ◦ blue 51

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

Shades of Medium Carmine #AF4833

Tints of Medium Carmine #AF4833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.11%

R = 58.72%
G = 24.16%
B = 17.11%

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

#AF4833 (or 0xAF4833) is known color: Medium Carmine. HEX triplet: AF, 48 and 33. RGB value is (175,72,51). Sum of RGB (Red+Green+Blue) = 175+72+51=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4833 is #50B7CC. Grayscale: #646464. Windows color (decimal): -5289933 or 3360943. OLE color: 3360943.

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

Color convert

RGB 175 72 51 -
CMYK 0 0.59 0.71 0.31
HSL 10.16º 0.55% 0.44% -
HSV(B) 10.16º 0.71% 0.69% -
XYZ 20.59 13.99 4.75 -
YUV 100.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 175 72 51 0 0.59 0.71 0.31 10.16 0.55 0.44
Hex AF 48 33 0 3B 47 1F A 37 2C
Octal 257 110 63 0 73 107 37 12 67 54
Binary 10101111 1001000 110011 0 111011 1000111 11111 1010 110111 101100

Color Harmonies of #AF4833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4833

Black with #AF4833

Text Example


Text Example

White with #AF4833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4833; }

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

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

background-color css

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

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

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

border-color css

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

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

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