Html Css Color HEX #AC1931 Cardinal

📋 copy color: '#AC1931'

red 172 ◦ green 25 ◦ blue 49

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

Shades of Cardinal #AC1931

Tints of Cardinal #AC1931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.92%

R = 69.92%
G = 10.16%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC1931 (or 0xAC1931) is known color: Cardinal. HEX triplet: AC, 19 and 31. RGB value is (172,25,49). Sum of RGB (Red+Green+Blue) = 172+25+49=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1931 is #53E6CE. Grayscale: #474747. Windows color (decimal): -5498575 or 3217836. OLE color: 3217836.

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

Color convert

RGB 172 25 49 -
CMYK 0 0.85 0.72 0.33
HSL 350.2º 0.75% 0.39% -
HSV(B) 350.2º 0.85% 0.67% -
XYZ 17.92 9.69 3.83 -
YUV 71.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 172 25 49 0 0.85 0.72 0.33 350.2 0.75 0.39
Hex AC 19 31 0 55 48 21 15E 4B 27
Octal 254 31 61 0 125 110 41 536 113 47
Binary 10101100 11001 110001 0 1010101 1001000 100001 101011110 1001011 100111

Color Harmonies of #AC1931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1931

Black with #AC1931

Text Example


Text Example

White with #AC1931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1931; }

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

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

background-color css

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

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

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

border-color css

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

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

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