Html Css Color HEX #AC1643 Cardinal

📋 copy color: '#AC1643'

red 172 ◦ green 22 ◦ blue 67

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

Shades of Cardinal #AC1643

Tints of Cardinal #AC1643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.43%

 BLUE value IS 67 (26.56% from 255) = 25.67%

R = 65.9%
G = 8.43%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC1643 (or 0xAC1643) is known color: Cardinal. HEX triplet: AC, 16 and 43. RGB value is (172,22,67). Sum of RGB (Red+Green+Blue) = 172+22+67=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1643 is #53E9BC. Grayscale: #474747. Windows color (decimal): -5499325 or 4396716. OLE color: 4396716.

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

Color convert

RGB 172 22 67 -
CMYK 0 0.87 0.61 0.33
HSL 342º 0.77% 0.38% -
HSV(B) 342º 0.87% 0.67% -
XYZ 18.31 9.75 6.23 -
YUV 71.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 172 22 67 0 0.87 0.61 0.33 342 0.77 0.38
Hex AC 16 43 0 57 3D 21 156 4D 26
Octal 254 26 103 0 127 75 41 526 115 46
Binary 10101100 10110 1000011 0 1010111 111101 100001 101010110 1001101 100110

Color Harmonies of #AC1643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1643

Black with #AC1643

Text Example


Text Example

White with #AC1643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1643; }

 p { color: rgb(172,22,67); }

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

background-color css

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

 a { background-color: rgb(172,22,67); }

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

border-color css

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

 span { border-color: rgb(172,22,67); }

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