Html Css Color HEX #AC1225 Carmine

📋 copy color: '#AC1225'

red 172 ◦ green 18 ◦ blue 37

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

Shades of Carmine #AC1225

Tints of Carmine #AC1225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.93%

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

R = 75.77%
G = 7.93%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC1225 (or 0xAC1225) is known color: Carmine. HEX triplet: AC, 12 and 25. RGB value is (172,18,37). Sum of RGB (Red+Green+Blue) = 172+18+37=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1225 is #53EDDA. Grayscale: #424242. Windows color (decimal): -5500379 or 2429612. OLE color: 2429612.

HSL color Cylindrical-coordinate representation of color #AC1225: hue angle of 352.6º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1225 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 37 -
CMYK 0 0.90 0.78 0.33
HSL 352.6º 0.81% 0.37% -
HSV(B) 352.6º 0.9% 0.67% -
XYZ 17.56 9.34 2.63 -
YUV 66.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 172 18 37 0 0.90 0.78 0.33 352.6 0.81 0.37
Hex AC 12 25 0 5A 4E 21 161 51 25
Octal 254 22 45 0 132 116 41 541 121 45
Binary 10101100 10010 100101 0 1011010 1001110 100001 101100001 1010001 100101

Color Harmonies of #AC1225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1225

Black with #AC1225

Text Example


Text Example

White with #AC1225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1225; }

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

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

background-color css

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

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

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

border-color css

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

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

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