Html Css Color HEX #AC1844 Cardinal

📋 copy color: '#AC1844'

red 172 ◦ green 24 ◦ blue 68

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

Shades of Cardinal #AC1844

Tints of Cardinal #AC1844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.76%

R = 65.15%
G = 9.09%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC1844 (or 0xAC1844) is known color: Cardinal. HEX triplet: AC, 18 and 44. RGB value is (172,24,68). Sum of RGB (Red+Green+Blue) = 172+24+68=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1844 is #53E7BB. Grayscale: #494949. Windows color (decimal): -5498812 or 4462764. OLE color: 4462764.

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

Color convert

RGB 172 24 68 -
CMYK 0 0.86 0.60 0.33
HSL 342.16º 0.76% 0.38% -
HSV(B) 342.16º 0.86% 0.67% -
XYZ 18.38 9.84 6.4 -
YUV 73.27 125.03 198.42 -
System Red Green Blue C M Y K H S L
Decimal 172 24 68 0 0.86 0.60 0.33 342.16 0.76 0.38
Hex AC 18 44 0 56 3C 21 156 4C 26
Octal 254 30 104 0 126 74 41 526 114 46
Binary 10101100 11000 1000100 0 1010110 111100 100001 101010110 1001100 100110

Color Harmonies of #AC1844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1844

Black with #AC1844

Text Example


Text Example

White with #AC1844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1844; }

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

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

background-color css

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

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

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

border-color css

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

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

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