Html Css Color HEX #AC0035 Carmine

📋 copy color: '#AC0035'

red 172 ◦ green 0 ◦ blue 53

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

Shades of Carmine #AC0035

Tints of Carmine #AC0035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.56%

R = 76.44%
G = 0%
B = 23.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC0035 (or 0xAC0035) is known color: Carmine. HEX triplet: AC, 00 and 35. RGB value is (172,0,53). Sum of RGB (Red+Green+Blue) = 172+0+53=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0035 is #53FFCA. Grayscale: #393939. Windows color (decimal): -5504971 or 3473580. OLE color: 3473580.

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

Color convert

RGB 172 0 53 -
CMYK 0 1 0.69 0.33
HSL 341.51º 1% 0.34% -
HSV(B) 341.51º 1% 0.67% -
XYZ 17.66 9.03 4.18 -
YUV 57.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 172 0 53 0 1 0.69 0.33 341.51 1 0.34
Hex AC 0 35 0 64 45 21 156 64 22
Octal 254 0 65 0 144 105 41 526 144 42
Binary 10101100 0 110101 0 1100100 1000101 100001 101010110 1100100 100010

Color Harmonies of #AC0035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0035

Black with #AC0035

Text Example


Text Example

White with #AC0035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0035; }

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

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

background-color css

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

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

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

border-color css

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

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

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