Html Css Color HEX #AF3929 Medium Carmine

📋 copy color: '#AF3929'

red 175 ◦ green 57 ◦ blue 41

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

Shades of Medium Carmine #AF3929

Tints of Medium Carmine #AF3929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.88%

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

R = 64.1%
G = 20.88%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF3929 (or 0xAF3929) is known color: Medium Carmine. HEX triplet: AF, 39 and 29. RGB value is (175,57,41). Sum of RGB (Red+Green+Blue) = 175+57+41=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3929 is #50C6D6. Grayscale: #5A5A5A. Windows color (decimal): -5293783 or 2701743. OLE color: 2701743.

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

Color convert

RGB 175 57 41 -
CMYK 0 0.67 0.77 0.31
HSL 7.16º 0.62% 0.42% -
HSV(B) 7.16º 0.77% 0.69% -
XYZ 19.54 12.2 3.42 -
YUV 90.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 175 57 41 0 0.67 0.77 0.31 7.16 0.62 0.42
Hex AF 39 29 0 43 4D 1F 7 3E 2A
Octal 257 71 51 0 103 115 37 7 76 52
Binary 10101111 111001 101001 0 1000011 1001101 11111 111 111110 101010

Color Harmonies of #AF3929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3929

Black with #AF3929

Text Example


Text Example

White with #AF3929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3929; }

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

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

background-color css

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

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

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

border-color css

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

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

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