Html Css Color HEX #AC1429 Cardinal

📋 copy color: '#AC1429'

red 172 ◦ green 20 ◦ blue 41

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

Shades of Cardinal #AC1429

Tints of Cardinal #AC1429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

 BLUE value IS 41 (16.41% from 255) = 17.6%

R = 73.82%
G = 8.58%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC1429 (or 0xAC1429) is known color: Cardinal. HEX triplet: AC, 14 and 29. RGB value is (172,20,41). Sum of RGB (Red+Green+Blue) = 172+20+41=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1429 is #53EBD6. Grayscale: #434343. Windows color (decimal): -5499863 or 2692268. OLE color: 2692268.

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

Color convert

RGB 172 20 41 -
CMYK 0 0.88 0.76 0.33
HSL 351.71º 0.79% 0.38% -
HSV(B) 351.71º 0.88% 0.67% -
XYZ 17.66 9.43 2.99 -
YUV 67.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 172 20 41 0 0.88 0.76 0.33 351.71 0.79 0.38
Hex AC 14 29 0 58 4C 21 160 4F 26
Octal 254 24 51 0 130 114 41 540 117 46
Binary 10101100 10100 101001 0 1011000 1001100 100001 101100000 1001111 100110

Color Harmonies of #AC1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1429

Black with #AC1429

Text Example


Text Example

White with #AC1429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1429; }

 p { color: rgb(172,20,41); }

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

background-color css

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

 a { background-color: rgb(172,20,41); }

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

border-color css

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

 span { border-color: rgb(172,20,41); }

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