Html Css Color HEX #AC0030 Carmine

📋 copy color: '#AC0030'

red 172 ◦ green 0 ◦ blue 48

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

Shades of Carmine #AC0030

Tints of Carmine #AC0030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 48 (19.14% from 255) = 21.82%

R = 78.18%
G = 0%
B = 21.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC0030 (or 0xAC0030) is known color: Carmine. HEX triplet: AC, 00 and 30. RGB value is (172,0,48). Sum of RGB (Red+Green+Blue) = 172+0+48=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0030 is #53FFCF. Grayscale: #383838. Windows color (decimal): -5504976 or 3145900. OLE color: 3145900.

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

Color convert

RGB 172 0 48 -
CMYK 0 1 0.72 0.33
HSL 343.26º 1% 0.34% -
HSV(B) 343.26º 1% 0.67% -
XYZ 17.55 8.98 3.61 -
YUV 56.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 172 0 48 0 1 0.72 0.33 343.26 1 0.34
Hex AC 0 30 0 64 48 21 157 64 22
Octal 254 0 60 0 144 110 41 527 144 42
Binary 10101100 0 110000 0 1100100 1001000 100001 101010111 1100100 100010

Color Harmonies of #AC0030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0030

Black with #AC0030

Text Example


Text Example

White with #AC0030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0030; }

 p { color: rgb(172,0,48); }

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

background-color css

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

 a { background-color: rgb(172,0,48); }

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

border-color css

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

 span { border-color: rgb(172,0,48); }

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