Html Css Color HEX #AF3C29 Medium Carmine

📋 copy color: '#AF3C29'

red 175 ◦ green 60 ◦ blue 41

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

Shades of Medium Carmine #AF3C29

Tints of Medium Carmine #AF3C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.74%

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

R = 63.41%
G = 21.74%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF3C29 (or 0xAF3C29) is known color: Medium Carmine. HEX triplet: AF, 3C and 29. RGB value is (175,60,41). Sum of RGB (Red+Green+Blue) = 175+60+41=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C29 is #50C3D6. Grayscale: #5C5C5C. Windows color (decimal): -5293015 or 2702511. OLE color: 2702511.

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

Color convert

RGB 175 60 41 -
CMYK 0 0.66 0.77 0.31
HSL 8.51º 0.62% 0.42% -
HSV(B) 8.51º 0.77% 0.69% -
XYZ 19.7 12.51 3.47 -
YUV 92.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 175 60 41 0 0.66 0.77 0.31 8.51 0.62 0.42
Hex AF 3C 29 0 42 4D 1F 9 3E 2A
Octal 257 74 51 0 102 115 37 11 76 52
Binary 10101111 111100 101001 0 1000010 1001101 11111 1001 111110 101010

Color Harmonies of #AF3C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C29

Black with #AF3C29

Text Example


Text Example

White with #AF3C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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