Html Css Color HEX #AC122C Cardinal

📋 copy color: '#AC122C'

red 172 ◦ green 18 ◦ blue 44

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

Shades of Cardinal #AC122C

Tints of Cardinal #AC122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

 BLUE value IS 44 (17.58% from 255) = 18.8%

R = 73.5%
G = 7.69%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC122C (or 0xAC122C) is known color: Cardinal. HEX triplet: AC, 12 and 2C. RGB value is (172,18,44). Sum of RGB (Red+Green+Blue) = 172+18+44=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC122C is #53EDD3. Grayscale: #434343. Windows color (decimal): -5500372 or 2888364. OLE color: 2888364.

HSL color Cylindrical-coordinate representation of color #AC122C: hue angle of 349.87º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC122C is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 44 -
CMYK 0 0.90 0.74 0.33
HSL 349.87º 0.81% 0.37% -
HSV(B) 349.87º 0.9% 0.67% -
XYZ 17.68 9.39 3.26 -
YUV 67.01 115.02 202.89 -
System Red Green Blue C M Y K H S L
Decimal 172 18 44 0 0.90 0.74 0.33 349.87 0.81 0.37
Hex AC 12 2C 0 5A 4A 21 15E 51 25
Octal 254 22 54 0 132 112 41 536 121 45
Binary 10101100 10010 101100 0 1011010 1001010 100001 101011110 1010001 100101

Color Harmonies of #AC122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC122C

Black with #AC122C

Text Example


Text Example

White with #AC122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC122C; }

 p { color: rgb(172,18,44); }

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

background-color css

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

 a { background-color: rgb(172,18,44); }

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

border-color css

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

 span { border-color: rgb(172,18,44); }

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