Html Css Color HEX #AC1932 Cardinal

📋 copy color: '#AC1932'

red 172 ◦ green 25 ◦ blue 50

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

Shades of Cardinal #AC1932

Tints of Cardinal #AC1932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.24%

R = 69.64%
G = 10.12%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC1932 (or 0xAC1932) is known color: Cardinal. HEX triplet: AC, 19 and 32. RGB value is (172,25,50). Sum of RGB (Red+Green+Blue) = 172+25+50=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1932 is #53E6CD. Grayscale: #474747. Windows color (decimal): -5498574 or 3283372. OLE color: 3283372.

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

Color convert

RGB 172 25 50 -
CMYK 0 0.85 0.71 0.33
HSL 349.8º 0.75% 0.39% -
HSV(B) 349.8º 0.85% 0.67% -
XYZ 17.94 9.7 3.94 -
YUV 71.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 172 25 50 0 0.85 0.71 0.33 349.8 0.75 0.39
Hex AC 19 32 0 55 47 21 15E 4B 27
Octal 254 31 62 0 125 107 41 536 113 47
Binary 10101100 11001 110010 0 1010101 1000111 100001 101011110 1001011 100111

Color Harmonies of #AC1932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1932

Black with #AC1932

Text Example


Text Example

White with #AC1932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1932; }

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

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

background-color css

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

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

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

border-color css

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

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

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