Html Css Color HEX #AC1142 Cardinal

📋 copy color: '#AC1142'

red 172 ◦ green 17 ◦ blue 66

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

Shades of Cardinal #AC1142

Tints of Cardinal #AC1142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 67.45%
G = 6.67%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC1142 (or 0xAC1142) is known color: Cardinal. HEX triplet: AC, 11 and 42. RGB value is (172,17,66). Sum of RGB (Red+Green+Blue) = 172+17+66=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1142 is #53EEBD. Grayscale: #444444. Windows color (decimal): -5500606 or 4329900. OLE color: 4329900.

HSL color Cylindrical-coordinate representation of color #AC1142: hue angle of 341.03º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1142 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 66 -
CMYK 0 0.90 0.62 0.33
HSL 341.03º 0.82% 0.37% -
HSV(B) 341.03º 0.9% 0.67% -
XYZ 18.2 9.56 6.04 -
YUV 68.93 126.35 201.52 -
System Red Green Blue C M Y K H S L
Decimal 172 17 66 0 0.90 0.62 0.33 341.03 0.82 0.37
Hex AC 11 42 0 5A 3E 21 155 52 25
Octal 254 21 102 0 132 76 41 525 122 45
Binary 10101100 10001 1000010 0 1011010 111110 100001 101010101 1010010 100101

Color Harmonies of #AC1142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1142

Black with #AC1142

Text Example


Text Example

White with #AC1142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1142; }

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

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

background-color css

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

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

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

border-color css

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

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

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