Html Css Color HEX #AF3729 Medium Carmine

📋 copy color: '#AF3729'

red 175 ◦ green 55 ◦ blue 41

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

Shades of Medium Carmine #AF3729

Tints of Medium Carmine #AF3729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

 BLUE value IS 41 (16.41% from 255) = 15.13%

R = 64.58%
G = 20.3%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF3729 (or 0xAF3729) is known color: Medium Carmine. HEX triplet: AF, 37 and 29. RGB value is (175,55,41). Sum of RGB (Red+Green+Blue) = 175+55+41=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3729 is #50C8D6. Grayscale: #595959. Windows color (decimal): -5294295 or 2701231. OLE color: 2701231.

HSL color Cylindrical-coordinate representation of color #AF3729: hue angle of 6.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF3729 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 55 41 -
CMYK 0 0.69 0.77 0.31
HSL 6.27º 0.62% 0.42% -
HSV(B) 6.27º 0.77% 0.69% -
XYZ 19.45 12.01 3.39 -
YUV 89.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 175 55 41 0 0.69 0.77 0.31 6.27 0.62 0.42
Hex AF 37 29 0 45 4D 1F 6 3E 2A
Octal 257 67 51 0 105 115 37 6 76 52
Binary 10101111 110111 101001 0 1000101 1001101 11111 110 111110 101010

Color Harmonies of #AF3729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3729

Black with #AF3729

Text Example


Text Example

White with #AF3729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3729; }

 p { color: rgb(175,55,41); }

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

background-color css

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

 a { background-color: rgb(175,55,41); }

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

border-color css

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

 span { border-color: rgb(175,55,41); }

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