Html Css Color HEX #AC0526 Carmine

📋 copy color: '#AC0526'

red 172 ◦ green 5 ◦ blue 38

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

Shades of Carmine #AC0526

Tints of Carmine #AC0526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

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

R = 80%
G = 2.33%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC0526 (or 0xAC0526) is known color: Carmine. HEX triplet: AC, 05 and 26. RGB value is (172,5,38). Sum of RGB (Red+Green+Blue) = 172+5+38=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0526 is #53FAD9. Grayscale: #3A3A3A. Windows color (decimal): -5503706 or 2491820. OLE color: 2491820.

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

Color convert

RGB 172 5 38 -
CMYK 0 0.97 0.78 0.33
HSL 348.14º 0.94% 0.35% -
HSV(B) 348.14º 0.97% 0.67% -
XYZ 17.42 9.02 2.66 -
YUV 58.7 116.33 208.82 -
System Red Green Blue C M Y K H S L
Decimal 172 5 38 0 0.97 0.78 0.33 348.14 0.94 0.35
Hex AC 5 26 0 61 4E 21 15C 5E 23
Octal 254 5 46 0 141 116 41 534 136 43
Binary 10101100 101 100110 0 1100001 1001110 100001 101011100 1011110 100011

Color Harmonies of #AC0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0526

Black with #AC0526

Text Example


Text Example

White with #AC0526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0526; }

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

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

background-color css

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

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

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

border-color css

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

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

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