Html Css Color HEX #AC192E Cardinal

📋 copy color: '#AC192E'

red 172 ◦ green 25 ◦ blue 46

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

Shades of Cardinal #AC192E

Tints of Cardinal #AC192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 70.78%
G = 10.29%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC192E (or 0xAC192E) is known color: Cardinal. HEX triplet: AC, 19 and 2E. RGB value is (172,25,46). Sum of RGB (Red+Green+Blue) = 172+25+46=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC192E is #53E6D1. Grayscale: #474747. Windows color (decimal): -5498578 or 3021228. OLE color: 3021228.

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

Color convert

RGB 172 25 46 -
CMYK 0 0.85 0.73 0.33
HSL 351.43º 0.75% 0.39% -
HSV(B) 351.43º 0.85% 0.67% -
XYZ 17.85 9.66 3.51 -
YUV 71.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 172 25 46 0 0.85 0.73 0.33 351.43 0.75 0.39
Hex AC 19 2E 0 55 49 21 15F 4B 27
Octal 254 31 56 0 125 111 41 537 113 47
Binary 10101100 11001 101110 0 1010101 1001001 100001 101011111 1001011 100111

Color Harmonies of #AC192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC192E

Black with #AC192E

Text Example


Text Example

White with #AC192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC192E; }

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

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

background-color css

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

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

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

border-color css

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

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

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