Html Css Color HEX #AC192D Cardinal

📋 copy color: '#AC192D'

red 172 ◦ green 25 ◦ blue 45

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

Shades of Cardinal #AC192D

Tints of Cardinal #AC192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 71.07%
G = 10.33%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC192D (or 0xAC192D) is known color: Cardinal. HEX triplet: AC, 19 and 2D. RGB value is (172,25,45). Sum of RGB (Red+Green+Blue) = 172+25+45=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC192D is #53E6D2. Grayscale: #474747. Windows color (decimal): -5498579 or 2955692. OLE color: 2955692.

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

Color convert

RGB 172 25 45 -
CMYK 0 0.85 0.74 0.33
HSL 351.84º 0.75% 0.39% -
HSV(B) 351.84º 0.85% 0.67% -
XYZ 17.83 9.66 3.41 -
YUV 71.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 172 25 45 0 0.85 0.74 0.33 351.84 0.75 0.39
Hex AC 19 2D 0 55 4A 21 160 4B 27
Octal 254 31 55 0 125 112 41 540 113 47
Binary 10101100 11001 101101 0 1010101 1001010 100001 101100000 1001011 100111

Color Harmonies of #AC192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC192D

Black with #AC192D

Text Example


Text Example

White with #AC192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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