Html Css Color HEX #AF4039 Medium Carmine

📋 copy color: '#AF4039'

red 175 ◦ green 64 ◦ blue 57

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

Shades of Medium Carmine #AF4039

Tints of Medium Carmine #AF4039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.62%

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

R = 59.12%
G = 21.62%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF4039 (or 0xAF4039) is known color: Medium Carmine. HEX triplet: AF, 40 and 39. RGB value is (175,64,57). Sum of RGB (Red+Green+Blue) = 175+64+57=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4039 is #50BFC6. Grayscale: #606060. Windows color (decimal): -5291975 or 3752111. OLE color: 3752111.

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

Color convert

RGB 175 64 57 -
CMYK 0 0.63 0.67 0.31
HSL 3.56º 0.51% 0.45% -
HSV(B) 3.56º 0.67% 0.69% -
XYZ 20.25 13.08 5.33 -
YUV 96.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 175 64 57 0 0.63 0.67 0.31 3.56 0.51 0.45
Hex AF 40 39 0 3F 43 1F 4 33 2D
Octal 257 100 71 0 77 103 37 4 63 55
Binary 10101111 1000000 111001 0 111111 1000011 11111 100 110011 101101

Color Harmonies of #AF4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4039

Black with #AF4039

Text Example


Text Example

White with #AF4039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4039; }

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

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

background-color css

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

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

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

border-color css

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

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

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