Html Css Color HEX #AC1441 Cardinal

📋 copy color: '#AC1441'

red 172 ◦ green 20 ◦ blue 65

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

Shades of Cardinal #AC1441

Tints of Cardinal #AC1441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.29%

R = 66.93%
G = 7.78%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC1441 (or 0xAC1441) is known color: Cardinal. HEX triplet: AC, 14 and 41. RGB value is (172,20,65). Sum of RGB (Red+Green+Blue) = 172+20+65=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1441 is #53EBBE. Grayscale: #464646. Windows color (decimal): -5499839 or 4265132. OLE color: 4265132.

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

Color convert

RGB 172 20 65 -
CMYK 0 0.88 0.62 0.33
HSL 342.24º 0.79% 0.38% -
HSV(B) 342.24º 0.88% 0.67% -
XYZ 18.22 9.65 5.9 -
YUV 70.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 172 20 65 0 0.88 0.62 0.33 342.24 0.79 0.38
Hex AC 14 41 0 58 3E 21 156 4F 26
Octal 254 24 101 0 130 76 41 526 117 46
Binary 10101100 10100 1000001 0 1011000 111110 100001 101010110 1001111 100110

Color Harmonies of #AC1441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1441

Black with #AC1441

Text Example


Text Example

White with #AC1441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1441; }

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

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

background-color css

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

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

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

border-color css

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

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

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