Html Css Color HEX #AC1744 Cardinal

📋 copy color: '#AC1744'

red 172 ◦ green 23 ◦ blue 68

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

Shades of Cardinal #AC1744

Tints of Cardinal #AC1744

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 65.4%
G = 8.75%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC1744 (or 0xAC1744) is known color: Cardinal. HEX triplet: AC, 17 and 44. RGB value is (172,23,68). Sum of RGB (Red+Green+Blue) = 172+23+68=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1744 is #53E8BB. Grayscale: #484848. Windows color (decimal): -5499068 or 4462508. OLE color: 4462508.

HSL color Cylindrical-coordinate representation of color #AC1744: hue angle of 341.88º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1744 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 23 68 -
CMYK 0 0.87 0.60 0.33
HSL 341.88º 0.76% 0.38% -
HSV(B) 341.88º 0.87% 0.67% -
XYZ 18.36 9.8 6.39 -
YUV 72.68 125.36 198.84 -
System Red Green Blue C M Y K H S L
Decimal 172 23 68 0 0.87 0.60 0.33 341.88 0.76 0.38
Hex AC 17 44 0 57 3C 21 156 4C 26
Octal 254 27 104 0 127 74 41 526 114 46
Binary 10101100 10111 1000100 0 1010111 111100 100001 101010110 1001100 100110

Color Harmonies of #AC1744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1744

Black with #AC1744

Text Example


Text Example

White with #AC1744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1744; }

 p { color: rgb(172,23,68); }

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

background-color css

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

 a { background-color: rgb(172,23,68); }

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

border-color css

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

 span { border-color: rgb(172,23,68); }

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