Html Css Color HEX #AC1828 Cardinal

📋 copy color: '#AC1828'

red 172 ◦ green 24 ◦ blue 40

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

Shades of Cardinal #AC1828

Tints of Cardinal #AC1828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.95%

R = 72.88%
G = 10.17%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC1828 (or 0xAC1828) is known color: Cardinal. HEX triplet: AC, 18 and 28. RGB value is (172,24,40). Sum of RGB (Red+Green+Blue) = 172+24+40=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1828 is #53E7D7. Grayscale: #464646. Windows color (decimal): -5498840 or 2627756. OLE color: 2627756.

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

Color convert

RGB 172 24 40 -
CMYK 0 0.86 0.77 0.33
HSL 353.51º 0.76% 0.38% -
HSV(B) 353.51º 0.86% 0.67% -
XYZ 17.72 9.58 2.92 -
YUV 70.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 172 24 40 0 0.86 0.77 0.33 353.51 0.76 0.38
Hex AC 18 28 0 56 4D 21 162 4C 26
Octal 254 30 50 0 126 115 41 542 114 46
Binary 10101100 11000 101000 0 1010110 1001101 100001 101100010 1001100 100110

Color Harmonies of #AC1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1828

Black with #AC1828

Text Example


Text Example

White with #AC1828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1828; }

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

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

background-color css

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

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

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

border-color css

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

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

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