Html Css Color HEX #AC0025 Carmine

📋 copy color: '#AC0025'

red 172 ◦ green 0 ◦ blue 37

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

Shades of Carmine #AC0025

Tints of Carmine #AC0025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.7%

R = 82.3%
G = 0%
B = 17.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC0025 (or 0xAC0025) is known color: Carmine. HEX triplet: AC, 00 and 25. RGB value is (172,0,37). Sum of RGB (Red+Green+Blue) = 172+0+37=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0025 is #53FFDA. Grayscale: #373737. Windows color (decimal): -5504987 or 2425004. OLE color: 2425004.

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

Color convert

RGB 172 0 37 -
CMYK 0 1 0.78 0.33
HSL 347.09º 1% 0.34% -
HSV(B) 347.09º 1% 0.67% -
XYZ 17.35 8.9 2.55 -
YUV 55.65 117.48 210.99 -
System Red Green Blue C M Y K H S L
Decimal 172 0 37 0 1 0.78 0.33 347.09 1 0.34
Hex AC 0 25 0 64 4E 21 15B 64 22
Octal 254 0 45 0 144 116 41 533 144 42
Binary 10101100 0 100101 0 1100100 1001110 100001 101011011 1100100 100010

Color Harmonies of #AC0025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0025

Black with #AC0025

Text Example


Text Example

White with #AC0025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0025; }

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

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

background-color css

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

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

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

border-color css

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

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

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