Html Css Color HEX #AC0525 Carmine

📋 copy color: '#AC0525'

red 172 ◦ green 5 ◦ blue 37

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

Shades of Carmine #AC0525

Tints of Carmine #AC0525

RGB

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

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

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

R = 80.37%
G = 2.34%
B = 17.29%

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

#AC0525 (or 0xAC0525) is known color: Carmine. HEX triplet: AC, 05 and 25. RGB value is (172,5,37). Sum of RGB (Red+Green+Blue) = 172+5+37=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0525 is #53FADA. Grayscale: #3A3A3A. Windows color (decimal): -5503707 or 2426284. OLE color: 2426284.

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

Color convert

RGB 172 5 37 -
CMYK 0 0.97 0.78 0.33
HSL 348.5º 0.94% 0.35% -
HSV(B) 348.5º 0.97% 0.67% -
XYZ 17.4 9.01 2.57 -
YUV 58.58 115.83 208.9 -
System Red Green Blue C M Y K H S L
Decimal 172 5 37 0 0.97 0.78 0.33 348.5 0.94 0.35
Hex AC 5 25 0 61 4E 21 15D 5E 23
Octal 254 5 45 0 141 116 41 535 136 43
Binary 10101100 101 100101 0 1100001 1001110 100001 101011101 1011110 100011

Color Harmonies of #AC0525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0525

Black with #AC0525

Text Example


Text Example

White with #AC0525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0525; }

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

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

background-color css

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

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

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

border-color css

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

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

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