Html Css Color HEX #AC0727 Carmine

📋 copy color: '#AC0727'

red 172 ◦ green 7 ◦ blue 39

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

Shades of Carmine #AC0727

Tints of Carmine #AC0727

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

 BLUE value IS 39 (15.63% from 255) = 17.89%

R = 78.9%
G = 3.21%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC0727 (or 0xAC0727) is known color: Carmine. HEX triplet: AC, 07 and 27. RGB value is (172,7,39). Sum of RGB (Red+Green+Blue) = 172+7+39=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0727 is #53F8D8. Grayscale: #3C3C3C. Windows color (decimal): -5503193 or 2557868. OLE color: 2557868.

HSL color Cylindrical-coordinate representation of color #AC0727: hue angle of 348.36º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0727 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 7 39 -
CMYK 0 0.96 0.77 0.33
HSL 348.36º 0.92% 0.35% -
HSV(B) 348.36º 0.96% 0.67% -
XYZ 17.46 9.07 2.75 -
YUV 59.98 116.16 207.9 -
System Red Green Blue C M Y K H S L
Decimal 172 7 39 0 0.96 0.77 0.33 348.36 0.92 0.35
Hex AC 7 27 0 60 4D 21 15C 5C 23
Octal 254 7 47 0 140 115 41 534 134 43
Binary 10101100 111 100111 0 1100000 1001101 100001 101011100 1011100 100011

Color Harmonies of #AC0727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0727

Black with #AC0727

Text Example


Text Example

White with #AC0727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0727; }

 p { color: rgb(172,7,39); }

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

background-color css

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

 a { background-color: rgb(172,7,39); }

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

border-color css

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

 span { border-color: rgb(172,7,39); }

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