Html Css Color HEX #AC1128 Carmine

📋 copy color: '#AC1128'

red 172 ◦ green 17 ◦ blue 40

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

Shades of Carmine #AC1128

Tints of Carmine #AC1128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.42%

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 75.11%
G = 7.42%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC1128 (or 0xAC1128) is known color: Carmine. HEX triplet: AC, 11 and 28. RGB value is (172,17,40). Sum of RGB (Red+Green+Blue) = 172+17+40=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1128 is #53EED7. Grayscale: #424242. Windows color (decimal): -5500632 or 2625964. OLE color: 2625964.

HSL color Cylindrical-coordinate representation of color #AC1128: hue angle of 351.1º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1128 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 40 -
CMYK 0 0.90 0.77 0.33
HSL 351.1º 0.82% 0.37% -
HSV(B) 351.1º 0.9% 0.67% -
XYZ 17.6 9.32 2.88 -
YUV 65.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 172 17 40 0 0.90 0.77 0.33 351.1 0.82 0.37
Hex AC 11 28 0 5A 4D 21 15F 52 25
Octal 254 21 50 0 132 115 41 537 122 45
Binary 10101100 10001 101000 0 1011010 1001101 100001 101011111 1010010 100101

Color Harmonies of #AC1128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1128

Black with #AC1128

Text Example


Text Example

White with #AC1128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1128; }

 p { color: rgb(172,17,40); }

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

background-color css

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

 a { background-color: rgb(172,17,40); }

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

border-color css

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

 span { border-color: rgb(172,17,40); }

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