Html Css Color HEX #AF4139 Medium Carmine

📋 copy color: '#AF4139'

red 175 ◦ green 65 ◦ blue 57

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

Shades of Medium Carmine #AF4139

Tints of Medium Carmine #AF4139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

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

R = 58.92%
G = 21.89%
B = 19.19%

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

#AF4139 (or 0xAF4139) is known color: Medium Carmine. HEX triplet: AF, 41 and 39. RGB value is (175,65,57). Sum of RGB (Red+Green+Blue) = 175+65+57=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4139 is #50BEC6. Grayscale: #616161. Windows color (decimal): -5291719 or 3752367. OLE color: 3752367.

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

Color convert

RGB 175 65 57 -
CMYK 0 0.63 0.67 0.31
HSL 4.07º 0.51% 0.45% -
HSV(B) 4.07º 0.67% 0.69% -
XYZ 20.31 13.19 5.35 -
YUV 96.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 175 65 57 0 0.63 0.67 0.31 4.07 0.51 0.45
Hex AF 41 39 0 3F 43 1F 4 33 2D
Octal 257 101 71 0 77 103 37 4 63 55
Binary 10101111 1000001 111001 0 111111 1000011 11111 100 110011 101101

Color Harmonies of #AF4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4139

Black with #AF4139

Text Example


Text Example

White with #AF4139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4139; }

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

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

background-color css

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

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

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

border-color css

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

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

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