Html Css Color HEX #AC193F Cardinal

📋 copy color: '#AC193F'

red 172 ◦ green 25 ◦ blue 63

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

Shades of Cardinal #AC193F

Tints of Cardinal #AC193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.23%

R = 66.15%
G = 9.62%
B = 24.23%

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

#AC193F (or 0xAC193F) is known color: Cardinal. HEX triplet: AC, 19 and 3F. RGB value is (172,25,63). Sum of RGB (Red+Green+Blue) = 172+25+63=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC193F is #53E6C0. Grayscale: #494949. Windows color (decimal): -5498561 or 4135340. OLE color: 4135340.

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

Color convert

RGB 172 25 63 -
CMYK 0 0.85 0.63 0.33
HSL 344.49º 0.75% 0.39% -
HSV(B) 344.49º 0.85% 0.67% -
XYZ 18.26 9.82 5.64 -
YUV 73.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 172 25 63 0 0.85 0.63 0.33 344.49 0.75 0.39
Hex AC 19 3F 0 55 3F 21 158 4B 27
Octal 254 31 77 0 125 77 41 530 113 47
Binary 10101100 11001 111111 0 1010101 111111 100001 101011000 1001011 100111

Color Harmonies of #AC193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC193F

Black with #AC193F

Text Example


Text Example

White with #AC193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC193F; }

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

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

background-color css

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

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

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

border-color css

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

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

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