Html Css Color HEX #AC001D Carmine

📋 copy color: '#AC001D'

red 172 ◦ green 0 ◦ blue 29

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

Shades of Carmine #AC001D

Tints of Carmine #AC001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.43%

R = 85.57%
G = 0%
B = 14.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC001D (or 0xAC001D) is known color: Carmine. HEX triplet: AC, 00 and 1D. RGB value is (172,0,29). Sum of RGB (Red+Green+Blue) = 172+0+29=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC001D is #53FFE2. Grayscale: #363636. Windows color (decimal): -5504995 or 1900716. OLE color: 1900716.

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

Color convert

RGB 172 0 29 -
CMYK 0 1 0.83 0.33
HSL 349.88º 1% 0.34% -
HSV(B) 349.88º 1% 0.67% -
XYZ 17.24 8.86 1.96 -
YUV 54.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 172 0 29 0 1 0.83 0.33 349.88 1 0.34
Hex AC 0 1D 0 64 53 21 15E 64 22
Octal 254 0 35 0 144 123 41 536 144 42
Binary 10101100 0 11101 0 1100100 1010011 100001 101011110 1100100 100010

Color Harmonies of #AC001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC001D

Black with #AC001D

Text Example


Text Example

White with #AC001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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