Html Css Color HEX #AC042D Carmine

📋 copy color: '#AC042D'

red 172 ◦ green 4 ◦ blue 45

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

Shades of Carmine #AC042D

Tints of Carmine #AC042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.36%

R = 77.83%
G = 1.81%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC042D (or 0xAC042D) is known color: Carmine. HEX triplet: AC, 04 and 2D. RGB value is (172,4,45). Sum of RGB (Red+Green+Blue) = 172+4+45=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC042D is #53FBD2. Grayscale: #3A3A3A. Windows color (decimal): -5503955 or 2950316. OLE color: 2950316.

HSL color Cylindrical-coordinate representation of color #AC042D: hue angle of 345.36º 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 #AC042D is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 4 45 -
CMYK 0 0.98 0.74 0.33
HSL 345.36º 0.95% 0.35% -
HSV(B) 345.36º 0.98% 0.67% -
XYZ 17.53 9.05 3.3 -
YUV 58.91 120.16 208.67 -
System Red Green Blue C M Y K H S L
Decimal 172 4 45 0 0.98 0.74 0.33 345.36 0.95 0.35
Hex AC 4 2D 0 62 4A 21 159 5F 23
Octal 254 4 55 0 142 112 41 531 137 43
Binary 10101100 100 101101 0 1100010 1001010 100001 101011001 1011111 100011

Color Harmonies of #AC042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC042D

Black with #AC042D

Text Example


Text Example

White with #AC042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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