Html Css Color HEX #AC002D Carmine

📋 copy color: '#AC002D'

red 172 ◦ green 0 ◦ blue 45

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

Shades of Carmine #AC002D

Tints of Carmine #AC002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.26%
G = 0%
B = 20.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC002D (or 0xAC002D) is known color: Carmine. HEX triplet: AC, 00 and 2D. RGB value is (172,0,45). Sum of RGB (Red+Green+Blue) = 172+0+45=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC002D is #53FFD2. Grayscale: #383838. Windows color (decimal): -5504979 or 2949292. OLE color: 2949292.

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

Color convert

RGB 172 0 45 -
CMYK 0 1 0.74 0.33
HSL 344.3º 1% 0.34% -
HSV(B) 344.3º 1% 0.67% -
XYZ 17.49 8.96 3.29 -
YUV 56.56 121.48 210.34 -
System Red Green Blue C M Y K H S L
Decimal 172 0 45 0 1 0.74 0.33 344.3 1 0.34
Hex AC 0 2D 0 64 4A 21 158 64 22
Octal 254 0 55 0 144 112 41 530 144 42
Binary 10101100 0 101101 0 1100100 1001010 100001 101011000 1100100 100010

Color Harmonies of #AC002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC002D

Black with #AC002D

Text Example


Text Example

White with #AC002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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