Html Css Color HEX #AC2040 Cardinal

📋 copy color: '#AC2040'

red 172 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #AC2040

Tints of Cardinal #AC2040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.94%

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 64.18%
G = 11.94%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC2040 (or 0xAC2040) is known color: Cardinal. HEX triplet: AC, 20 and 40. RGB value is (172,32,64). Sum of RGB (Red+Green+Blue) = 172+32+64=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2040 is #53DFBF. Grayscale: #4D4D4D. Windows color (decimal): -5496768 or 4202668. OLE color: 4202668.

HSL color Cylindrical-coordinate representation of color #AC2040: hue angle of 346.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2040 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 32 64 -
CMYK 0 0.81 0.63 0.33
HSL 346.29º 0.69% 0.4% -
HSV(B) 346.29º 0.81% 0.67% -
XYZ 18.46 10.17 5.84 -
YUV 77.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 172 32 64 0 0.81 0.63 0.33 346.29 0.69 0.4
Hex AC 20 40 0 51 3F 21 15A 45 28
Octal 254 40 100 0 121 77 41 532 105 50
Binary 10101100 100000 1000000 0 1010001 111111 100001 101011010 1000101 101000

Color Harmonies of #AC2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2040

Black with #AC2040

Text Example


Text Example

White with #AC2040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2040; }

 p { color: rgb(172,32,64); }

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

background-color css

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

 a { background-color: rgb(172,32,64); }

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

border-color css

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

 span { border-color: rgb(172,32,64); }

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