Html Css Color HEX #AC1747 Cardinal

📋 copy color: '#AC1747'

red 172 ◦ green 23 ◦ blue 71

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

Shades of Cardinal #AC1747

Tints of Cardinal #AC1747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.69%

R = 64.66%
G = 8.65%
B = 26.69%

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

#AC1747 (or 0xAC1747) is known color: Cardinal. HEX triplet: AC, 17 and 47. RGB value is (172,23,71). Sum of RGB (Red+Green+Blue) = 172+23+71=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1747 is #53E8B8. Grayscale: #484848. Windows color (decimal): -5499065 or 4659116. OLE color: 4659116.

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

Color convert

RGB 172 23 71 -
CMYK 0 0.87 0.59 0.33
HSL 340.67º 0.76% 0.38% -
HSV(B) 340.67º 0.87% 0.67% -
XYZ 18.46 9.84 6.89 -
YUV 73.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 172 23 71 0 0.87 0.59 0.33 340.67 0.76 0.38
Hex AC 17 47 0 57 3B 21 155 4C 26
Octal 254 27 107 0 127 73 41 525 114 46
Binary 10101100 10111 1000111 0 1010111 111011 100001 101010101 1001100 100110

Color Harmonies of #AC1747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1747

Black with #AC1747

Text Example


Text Example

White with #AC1747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1747; }

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

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

background-color css

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

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

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

border-color css

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

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

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