Html Css Color HEX #AC193D Cardinal

📋 copy color: '#AC193D'

red 172 ◦ green 25 ◦ blue 61

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

Shades of Cardinal #AC193D

Tints of Cardinal #AC193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.64%

R = 66.67%
G = 9.69%
B = 23.64%

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

#AC193D (or 0xAC193D) is known color: Cardinal. HEX triplet: AC, 19 and 3D. RGB value is (172,25,61). Sum of RGB (Red+Green+Blue) = 172+25+61=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC193D is #53E6C2. Grayscale: #494949. Windows color (decimal): -5498563 or 4004268. OLE color: 4004268.

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

Color convert

RGB 172 25 61 -
CMYK 0 0.85 0.65 0.33
HSL 345.31º 0.75% 0.39% -
HSV(B) 345.31º 0.85% 0.67% -
XYZ 18.2 9.8 5.35 -
YUV 73.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 172 25 61 0 0.85 0.65 0.33 345.31 0.75 0.39
Hex AC 19 3D 0 55 41 21 159 4B 27
Octal 254 31 75 0 125 101 41 531 113 47
Binary 10101100 11001 111101 0 1010101 1000001 100001 101011001 1001011 100111

Color Harmonies of #AC193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC193D

Black with #AC193D

Text Example


Text Example

White with #AC193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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