Html Css Color HEX #AC192A Cardinal

📋 copy color: '#AC192A'

red 172 ◦ green 25 ◦ blue 42

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

Shades of Cardinal #AC192A

Tints of Cardinal #AC192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.57%

R = 71.97%
G = 10.46%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC192A (or 0xAC192A) is known color: Cardinal. HEX triplet: AC, 19 and 2A. RGB value is (172,25,42). Sum of RGB (Red+Green+Blue) = 172+25+42=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC192A is #53E6D5. Grayscale: #464646. Windows color (decimal): -5498582 or 2759084. OLE color: 2759084.

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

Color convert

RGB 172 25 42 -
CMYK 0 0.85 0.76 0.33
HSL 353.06º 0.75% 0.39% -
HSV(B) 353.06º 0.85% 0.67% -
XYZ 17.78 9.63 3.11 -
YUV 70.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 172 25 42 0 0.85 0.76 0.33 353.06 0.75 0.39
Hex AC 19 2A 0 55 4C 21 161 4B 27
Octal 254 31 52 0 125 114 41 541 113 47
Binary 10101100 11001 101010 0 1010101 1001100 100001 101100001 1001011 100111

Color Harmonies of #AC192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC192A

Black with #AC192A

Text Example


Text Example

White with #AC192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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