Html Css Color HEX #AC402C Medium Carmine

📋 copy color: '#AC402C'

red 172 ◦ green 64 ◦ blue 44

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

Shades of Medium Carmine #AC402C

Tints of Medium Carmine #AC402C

RGB

 RED value IS 172 (67.58% from 255) = 61.43%

 GREEN value IS 64 (25.39% from 255) = 22.86%

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

R = 61.43%
G = 22.86%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC402C (or 0xAC402C) is known color: Medium Carmine. HEX triplet: AC, 40 and 2C. RGB value is (172,64,44). Sum of RGB (Red+Green+Blue) = 172+64+44=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC402C is #53BFD3. Grayscale: #5E5E5E. Windows color (decimal): -5488596 or 2900140. OLE color: 2900140.

HSL color Cylindrical-coordinate representation of color #AC402C: hue angle of 9.38º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC402C is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 64 44 -
CMYK 0 0.63 0.74 0.33
HSL 9.38º 0.59% 0.42% -
HSV(B) 9.38º 0.74% 0.67% -
XYZ 19.3 12.62 3.8 -
YUV 94.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 172 64 44 0 0.63 0.74 0.33 9.38 0.59 0.42
Hex AC 40 2C 0 3F 4A 21 9 3B 2A
Octal 254 100 54 0 77 112 41 11 73 52
Binary 10101100 1000000 101100 0 111111 1001010 100001 1001 111011 101010

Color Harmonies of #AC402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC402C

Black with #AC402C

Text Example


Text Example

White with #AC402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC402C; }

 p { color: rgb(172,64,44); }

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

background-color css

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

 a { background-color: rgb(172,64,44); }

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

border-color css

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

 span { border-color: rgb(172,64,44); }

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