Html Css Color HEX #AF4839 Medium Carmine

📋 copy color: '#AF4839'

red 175 ◦ green 72 ◦ blue 57

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

Shades of Medium Carmine #AF4839

Tints of Medium Carmine #AF4839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.75%

R = 57.57%
G = 23.68%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF4839 (or 0xAF4839) is known color: Medium Carmine. HEX triplet: AF, 48 and 39. RGB value is (175,72,57). Sum of RGB (Red+Green+Blue) = 175+72+57=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4839 is #50B7C6. Grayscale: #656565. Windows color (decimal): -5289927 or 3754159. OLE color: 3754159.

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

Color convert

RGB 175 72 57 -
CMYK 0 0.59 0.67 0.31
HSL 7.63º 0.51% 0.45% -
HSV(B) 7.63º 0.67% 0.69% -
XYZ 20.74 14.04 5.49 -
YUV 101.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 175 72 57 0 0.59 0.67 0.31 7.63 0.51 0.45
Hex AF 48 39 0 3B 43 1F 8 33 2D
Octal 257 110 71 0 73 103 37 10 63 55
Binary 10101111 1001000 111001 0 111011 1000011 11111 1000 110011 101101

Color Harmonies of #AF4839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4839

Black with #AF4839

Text Example


Text Example

White with #AF4839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4839; }

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

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

background-color css

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

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

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

border-color css

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

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

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