Html Css Color HEX #AC1746 Cardinal

📋 copy color: '#AC1746'

red 172 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #AC1746

Tints of Cardinal #AC1746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.42%

R = 64.91%
G = 8.68%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC1746 (or 0xAC1746) is known color: Cardinal. HEX triplet: AC, 17 and 46. RGB value is (172,23,70). Sum of RGB (Red+Green+Blue) = 172+23+70=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1746 is #53E8B9. Grayscale: #484848. Windows color (decimal): -5499066 or 4593580. OLE color: 4593580.

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

Color convert

RGB 172 23 70 -
CMYK 0 0.87 0.59 0.33
HSL 341.07º 0.76% 0.38% -
HSV(B) 341.07º 0.87% 0.67% -
XYZ 18.43 9.83 6.72 -
YUV 72.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 172 23 70 0 0.87 0.59 0.33 341.07 0.76 0.38
Hex AC 17 46 0 57 3B 21 155 4C 26
Octal 254 27 106 0 127 73 41 525 114 46
Binary 10101100 10111 1000110 0 1010111 111011 100001 101010101 1001100 100110

Color Harmonies of #AC1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1746

Black with #AC1746

Text Example


Text Example

White with #AC1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1746; }

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

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

background-color css

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

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

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

border-color css

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

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

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