Html Css Color HEX #AC402A Medium Carmine

📋 copy color: '#AC402A'

red 172 ◦ green 64 ◦ blue 42

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

Shades of Medium Carmine #AC402A

Tints of Medium Carmine #AC402A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.11%

R = 61.87%
G = 23.02%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC402A (or 0xAC402A) is known color: Medium Carmine. HEX triplet: AC, 40 and 2A. RGB value is (172,64,42). Sum of RGB (Red+Green+Blue) = 172+64+42=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC402A is #53BFD5. Grayscale: #5D5D5D. Windows color (decimal): -5488598 or 2769068. OLE color: 2769068.

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

Color convert

RGB 172 64 42 -
CMYK 0 0.63 0.76 0.33
HSL 10.15º 0.61% 0.42% -
HSV(B) 10.15º 0.76% 0.67% -
XYZ 19.26 12.6 3.61 -
YUV 93.78 98.78 183.79 -
System Red Green Blue C M Y K H S L
Decimal 172 64 42 0 0.63 0.76 0.33 10.15 0.61 0.42
Hex AC 40 2A 0 3F 4C 21 A 3D 2A
Octal 254 100 52 0 77 114 41 12 75 52
Binary 10101100 1000000 101010 0 111111 1001100 100001 1010 111101 101010

Color Harmonies of #AC402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC402A

Black with #AC402A

Text Example


Text Example

White with #AC402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC402A; }

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

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

background-color css

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

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

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

border-color css

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

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

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