Html Css Color HEX #AC1946 Cardinal

📋 copy color: '#AC1946'

red 172 ◦ green 25 ◦ blue 70

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

Shades of Cardinal #AC1946

Tints of Cardinal #AC1946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.22%

R = 64.42%
G = 9.36%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC1946 (or 0xAC1946) is known color: Cardinal. HEX triplet: AC, 19 and 46. RGB value is (172,25,70). Sum of RGB (Red+Green+Blue) = 172+25+70=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1946 is #53E6B9. Grayscale: #4A4A4A. Windows color (decimal): -5498554 or 4594092. OLE color: 4594092.

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

Color convert

RGB 172 25 70 -
CMYK 0 0.85 0.59 0.33
HSL 341.63º 0.75% 0.39% -
HSV(B) 341.63º 0.85% 0.67% -
XYZ 18.47 9.91 6.73 -
YUV 74.08 125.7 197.84 -
System Red Green Blue C M Y K H S L
Decimal 172 25 70 0 0.85 0.59 0.33 341.63 0.75 0.39
Hex AC 19 46 0 55 3B 21 156 4B 27
Octal 254 31 106 0 125 73 41 526 113 47
Binary 10101100 11001 1000110 0 1010101 111011 100001 101010110 1001011 100111

Color Harmonies of #AC1946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1946

Black with #AC1946

Text Example


Text Example

White with #AC1946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1946; }

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

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

background-color css

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

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

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

border-color css

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

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

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