Html Css Color HEX #AC1442 Cardinal

📋 copy color: '#AC1442'

red 172 ◦ green 20 ◦ blue 66

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

Shades of Cardinal #AC1442

Tints of Cardinal #AC1442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 66.67%
G = 7.75%
B = 25.58%

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

#AC1442 (or 0xAC1442) is known color: Cardinal. HEX triplet: AC, 14 and 42. RGB value is (172,20,66). Sum of RGB (Red+Green+Blue) = 172+20+66=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1442 is #53EBBD. Grayscale: #464646. Windows color (decimal): -5499838 or 4330668. OLE color: 4330668.

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

Color convert

RGB 172 20 66 -
CMYK 0 0.88 0.62 0.33
HSL 341.84º 0.79% 0.38% -
HSV(B) 341.84º 0.88% 0.67% -
XYZ 18.25 9.66 6.06 -
YUV 70.69 125.36 200.26 -
System Red Green Blue C M Y K H S L
Decimal 172 20 66 0 0.88 0.62 0.33 341.84 0.79 0.38
Hex AC 14 42 0 58 3E 21 156 4F 26
Octal 254 24 102 0 130 76 41 526 117 46
Binary 10101100 10100 1000010 0 1011000 111110 100001 101010110 1001111 100110

Color Harmonies of #AC1442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1442

Black with #AC1442

Text Example


Text Example

White with #AC1442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1442; }

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

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

background-color css

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

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

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

border-color css

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

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

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