Html Css Color HEX #AC1840 Cardinal

📋 copy color: '#AC1840'

red 172 ◦ green 24 ◦ blue 64

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

Shades of Cardinal #AC1840

Tints of Cardinal #AC1840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.23%

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

R = 66.15%
G = 9.23%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC1840 (or 0xAC1840) is known color: Cardinal. HEX triplet: AC, 18 and 40. RGB value is (172,24,64). Sum of RGB (Red+Green+Blue) = 172+24+64=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1840 is #53E7BF. Grayscale: #484848. Windows color (decimal): -5498816 or 4200620. OLE color: 4200620.

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

Color convert

RGB 172 24 64 -
CMYK 0 0.86 0.63 0.33
HSL 343.78º 0.76% 0.38% -
HSV(B) 343.78º 0.86% 0.67% -
XYZ 18.27 9.79 5.78 -
YUV 72.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 172 24 64 0 0.86 0.63 0.33 343.78 0.76 0.38
Hex AC 18 40 0 56 3F 21 158 4C 26
Octal 254 30 100 0 126 77 41 530 114 46
Binary 10101100 11000 1000000 0 1010110 111111 100001 101011000 1001100 100110

Color Harmonies of #AC1840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1840

Black with #AC1840

Text Example


Text Example

White with #AC1840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1840; }

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

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

background-color css

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

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

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

border-color css

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

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

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