Html Css Color HEX #AC0225 Carmine

📋 copy color: '#AC0225'

red 172 ◦ green 2 ◦ blue 37

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

Shades of Carmine #AC0225

Tints of Carmine #AC0225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

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

R = 81.52%
G = 0.95%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC0225 (or 0xAC0225) is known color: Carmine. HEX triplet: AC, 02 and 25. RGB value is (172,2,37). Sum of RGB (Red+Green+Blue) = 172+2+37=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0225 is #53FDDA. Grayscale: #383838. Windows color (decimal): -5504475 or 2425516. OLE color: 2425516.

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

Color convert

RGB 172 2 37 -
CMYK 0 0.99 0.78 0.33
HSL 347.65º 0.98% 0.34% -
HSV(B) 347.65º 0.99% 0.67% -
XYZ 17.37 8.95 2.56 -
YUV 56.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 172 2 37 0 0.99 0.78 0.33 347.65 0.98 0.34
Hex AC 2 25 0 63 4E 21 15C 62 22
Octal 254 2 45 0 143 116 41 534 142 42
Binary 10101100 10 100101 0 1100011 1001110 100001 101011100 1100010 100010

Color Harmonies of #AC0225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0225

Black with #AC0225

Text Example


Text Example

White with #AC0225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0225; }

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

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

background-color css

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

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

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

border-color css

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

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

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