Html Css Color HEX #AC0726 Carmine

📋 copy color: '#AC0726'

red 172 ◦ green 7 ◦ blue 38

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

Shades of Carmine #AC0726

Tints of Carmine #AC0726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.51%

R = 79.26%
G = 3.23%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC0726 (or 0xAC0726) is known color: Carmine. HEX triplet: AC, 07 and 26. RGB value is (172,7,38). Sum of RGB (Red+Green+Blue) = 172+7+38=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0726 is #53F8D9. Grayscale: #3B3B3B. Windows color (decimal): -5503194 or 2492332. OLE color: 2492332.

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

Color convert

RGB 172 7 38 -
CMYK 0 0.96 0.78 0.33
HSL 348.73º 0.92% 0.35% -
HSV(B) 348.73º 0.96% 0.67% -
XYZ 17.44 9.06 2.66 -
YUV 59.87 115.66 207.98 -
System Red Green Blue C M Y K H S L
Decimal 172 7 38 0 0.96 0.78 0.33 348.73 0.92 0.35
Hex AC 7 26 0 60 4E 21 15D 5C 23
Octal 254 7 46 0 140 116 41 535 134 43
Binary 10101100 111 100110 0 1100000 1001110 100001 101011101 1011100 100011

Color Harmonies of #AC0726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0726

Black with #AC0726

Text Example


Text Example

White with #AC0726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0726; }

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

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

background-color css

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

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

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

border-color css

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

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

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