Html Css Color HEX #AC1940 Cardinal

📋 copy color: '#AC1940'

red 172 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #AC1940

Tints of Cardinal #AC1940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.58%

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

R = 65.9%
G = 9.58%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC1940 (or 0xAC1940) is known color: Cardinal. HEX triplet: AC, 19 and 40. RGB value is (172,25,64). Sum of RGB (Red+Green+Blue) = 172+25+64=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1940 is #53E6BF. Grayscale: #494949. Windows color (decimal): -5498560 or 4200876. OLE color: 4200876.

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

Color convert

RGB 172 25 64 -
CMYK 0 0.85 0.63 0.33
HSL 344.08º 0.75% 0.39% -
HSV(B) 344.08º 0.85% 0.67% -
XYZ 18.29 9.84 5.79 -
YUV 73.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 172 25 64 0 0.85 0.63 0.33 344.08 0.75 0.39
Hex AC 19 40 0 55 3F 21 158 4B 27
Octal 254 31 100 0 125 77 41 530 113 47
Binary 10101100 11001 1000000 0 1010101 111111 100001 101011000 1001011 100111

Color Harmonies of #AC1940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1940

Black with #AC1940

Text Example


Text Example

White with #AC1940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1940; }

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

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

background-color css

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

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

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

border-color css

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

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

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