Html Css Color HEX #AC193C Cardinal

📋 copy color: '#AC193C'

red 172 ◦ green 25 ◦ blue 60

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

Shades of Cardinal #AC193C

Tints of Cardinal #AC193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 66.93%
G = 9.73%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC193C (or 0xAC193C) is known color: Cardinal. HEX triplet: AC, 19 and 3C. RGB value is (172,25,60). Sum of RGB (Red+Green+Blue) = 172+25+60=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC193C is #53E6C3. Grayscale: #484848. Windows color (decimal): -5498564 or 3938732. OLE color: 3938732.

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

Color convert

RGB 172 25 60 -
CMYK 0 0.85 0.65 0.33
HSL 345.71º 0.75% 0.39% -
HSV(B) 345.71º 0.85% 0.67% -
XYZ 18.18 9.79 5.21 -
YUV 72.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 172 25 60 0 0.85 0.65 0.33 345.71 0.75 0.39
Hex AC 19 3C 0 55 41 21 15A 4B 27
Octal 254 31 74 0 125 101 41 532 113 47
Binary 10101100 11001 111100 0 1010101 1000001 100001 101011010 1001011 100111

Color Harmonies of #AC193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC193C

Black with #AC193C

Text Example


Text Example

White with #AC193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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