Html Css Color HEX #AC042A Carmine

📋 copy color: '#AC042A'

red 172 ◦ green 4 ◦ blue 42

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

Shades of Carmine #AC042A

Tints of Carmine #AC042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 78.9%
G = 1.83%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC042A (or 0xAC042A) is known color: Carmine. HEX triplet: AC, 04 and 2A. RGB value is (172,4,42). Sum of RGB (Red+Green+Blue) = 172+4+42=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC042A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC042A is #53FBD5. Grayscale: #3A3A3A. Windows color (decimal): -5503958 or 2753708. OLE color: 2753708.

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

Color convert

RGB 172 4 42 -
CMYK 0 0.98 0.76 0.33
HSL 346.43º 0.95% 0.35% -
HSV(B) 346.43º 0.98% 0.67% -
XYZ 17.47 9.02 3.01 -
YUV 58.56 118.66 208.91 -
System Red Green Blue C M Y K H S L
Decimal 172 4 42 0 0.98 0.76 0.33 346.43 0.95 0.35
Hex AC 4 2A 0 62 4C 21 15A 5F 23
Octal 254 4 52 0 142 114 41 532 137 43
Binary 10101100 100 101010 0 1100010 1001100 100001 101011010 1011111 100011

Color Harmonies of #AC042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC042A

Black with #AC042A

Text Example


Text Example

White with #AC042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC042A; }

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

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

background-color css

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

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

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

border-color css

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

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

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