Html Css Color HEX #AC1444 Cardinal

📋 copy color: '#AC1444'

red 172 ◦ green 20 ◦ blue 68

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

Shades of Cardinal #AC1444

Tints of Cardinal #AC1444

RGB

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

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

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

R = 66.15%
G = 7.69%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC1444 (or 0xAC1444) is known color: Cardinal. HEX triplet: AC, 14 and 44. RGB value is (172,20,68). Sum of RGB (Red+Green+Blue) = 172+20+68=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1444 is #53EBBB. Grayscale: #464646. Windows color (decimal): -5499836 or 4461740. OLE color: 4461740.

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

Color convert

RGB 172 20 68 -
CMYK 0 0.88 0.60 0.33
HSL 341.05º 0.79% 0.38% -
HSV(B) 341.05º 0.88% 0.67% -
XYZ 18.31 9.69 6.37 -
YUV 70.92 126.36 200.1 -
System Red Green Blue C M Y K H S L
Decimal 172 20 68 0 0.88 0.60 0.33 341.05 0.79 0.38
Hex AC 14 44 0 58 3C 21 155 4F 26
Octal 254 24 104 0 130 74 41 525 117 46
Binary 10101100 10100 1000100 0 1011000 111100 100001 101010101 1001111 100110

Color Harmonies of #AC1444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1444

Black with #AC1444

Text Example


Text Example

White with #AC1444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1444; }

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

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

background-color css

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

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

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

border-color css

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

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

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