Html Css Color HEX #AC0A25 Carmine

📋 copy color: '#AC0A25'

red 172 ◦ green 10 ◦ blue 37

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

Shades of Carmine #AC0A25

Tints of Carmine #AC0A25

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.57%

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

R = 78.54%
G = 4.57%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC0A25 (or 0xAC0A25) is known color: Carmine. HEX triplet: AC, 0A and 25. RGB value is (172,10,37). Sum of RGB (Red+Green+Blue) = 172+10+37=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A25 is #53F5DA. Grayscale: #3D3D3D. Windows color (decimal): -5502427 or 2427564. OLE color: 2427564.

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

Color convert

RGB 172 10 37 -
CMYK 0 0.94 0.78 0.33
HSL 350º 0.89% 0.36% -
HSV(B) 350º 0.94% 0.67% -
XYZ 17.46 9.12 2.59 -
YUV 61.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 172 10 37 0 0.94 0.78 0.33 350 0.89 0.36
Hex AC A 25 0 5E 4E 21 15E 59 24
Octal 254 12 45 0 136 116 41 536 131 44
Binary 10101100 1010 100101 0 1011110 1001110 100001 101011110 1011001 100100

Color Harmonies of #AC0A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A25

Black with #AC0A25

Text Example


Text Example

White with #AC0A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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