Html Css Color HEX #AC1846 Cardinal

📋 copy color: '#AC1846'

red 172 ◦ green 24 ◦ blue 70

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

Shades of Cardinal #AC1846

Tints of Cardinal #AC1846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.32%

R = 64.66%
G = 9.02%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC1846 (or 0xAC1846) is known color: Cardinal. HEX triplet: AC, 18 and 46. RGB value is (172,24,70). Sum of RGB (Red+Green+Blue) = 172+24+70=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1846 is #53E7B9. Grayscale: #494949. Windows color (decimal): -5498810 or 4593836. OLE color: 4593836.

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

Color convert

RGB 172 24 70 -
CMYK 0 0.86 0.59 0.33
HSL 341.35º 0.76% 0.38% -
HSV(B) 341.35º 0.86% 0.67% -
XYZ 18.45 9.87 6.73 -
YUV 73.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 172 24 70 0 0.86 0.59 0.33 341.35 0.76 0.38
Hex AC 18 46 0 56 3B 21 155 4C 26
Octal 254 30 106 0 126 73 41 525 114 46
Binary 10101100 11000 1000110 0 1010110 111011 100001 101010101 1001100 100110

Color Harmonies of #AC1846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1846

Black with #AC1846

Text Example


Text Example

White with #AC1846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1846; }

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

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

background-color css

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

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

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

border-color css

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

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

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