Html Css Color HEX #AC1640 Cardinal

📋 copy color: '#AC1640'

red 172 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #AC1640

Tints of Cardinal #AC1640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.81%

R = 66.67%
G = 8.53%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC1640 (or 0xAC1640) is known color: Cardinal. HEX triplet: AC, 16 and 40. RGB value is (172,22,64). Sum of RGB (Red+Green+Blue) = 172+22+64=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1640 is #53E9BF. Grayscale: #474747. Windows color (decimal): -5499328 or 4200108. OLE color: 4200108.

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

Color convert

RGB 172 22 64 -
CMYK 0 0.87 0.63 0.33
HSL 343.2º 0.77% 0.38% -
HSV(B) 343.2º 0.87% 0.67% -
XYZ 18.23 9.71 5.77 -
YUV 71.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 172 22 64 0 0.87 0.63 0.33 343.2 0.77 0.38
Hex AC 16 40 0 57 3F 21 157 4D 26
Octal 254 26 100 0 127 77 41 527 115 46
Binary 10101100 10110 1000000 0 1010111 111111 100001 101010111 1001101 100110

Color Harmonies of #AC1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1640

Black with #AC1640

Text Example


Text Example

White with #AC1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1640; }

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

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

background-color css

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

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

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

border-color css

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

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

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