Html Css Color HEX #AF3C2C Medium Carmine

📋 copy color: '#AF3C2C'

red 175 ◦ green 60 ◦ blue 44

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

Shades of Medium Carmine #AF3C2C

Tints of Medium Carmine #AF3C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 62.72%
G = 21.51%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF3C2C (or 0xAF3C2C) is known color: Medium Carmine. HEX triplet: AF, 3C and 2C. RGB value is (175,60,44). Sum of RGB (Red+Green+Blue) = 175+60+44=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C2C is #50C3D3. Grayscale: #5C5C5C. Windows color (decimal): -5293012 or 2899119. OLE color: 2899119.

HSL color Cylindrical-coordinate representation of color #AF3C2C: hue angle of 7.33º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3C2C is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 60 44 -
CMYK 0 0.66 0.75 0.31
HSL 7.33º 0.6% 0.43% -
HSV(B) 7.33º 0.75% 0.69% -
XYZ 19.75 12.53 3.76 -
YUV 92.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 175 60 44 0 0.66 0.75 0.31 7.33 0.6 0.43
Hex AF 3C 2C 0 42 4B 1F 7 3C 2B
Octal 257 74 54 0 102 113 37 7 74 53
Binary 10101111 111100 101100 0 1000010 1001011 11111 111 111100 101011

Color Harmonies of #AF3C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C2C

Black with #AF3C2C

Text Example


Text Example

White with #AF3C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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