Html Css Color HEX #AC1242 Cardinal

📋 copy color: '#AC1242'

red 172 ◦ green 18 ◦ blue 66

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

Shades of Cardinal #AC1242

Tints of Cardinal #AC1242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.03%

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

R = 67.19%
G = 7.03%
B = 25.78%

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

#AC1242 (or 0xAC1242) is known color: Cardinal. HEX triplet: AC, 12 and 42. RGB value is (172,18,66). Sum of RGB (Red+Green+Blue) = 172+18+66=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1242 is #53EDBD. Grayscale: #454545. Windows color (decimal): -5500350 or 4330156. OLE color: 4330156.

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

Color convert

RGB 172 18 66 -
CMYK 0 0.90 0.62 0.33
HSL 341.3º 0.81% 0.37% -
HSV(B) 341.3º 0.9% 0.67% -
XYZ 18.21 9.6 6.05 -
YUV 69.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 172 18 66 0 0.90 0.62 0.33 341.3 0.81 0.37
Hex AC 12 42 0 5A 3E 21 155 51 25
Octal 254 22 102 0 132 76 41 525 121 45
Binary 10101100 10010 1000010 0 1011010 111110 100001 101010101 1010001 100101

Color Harmonies of #AC1242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1242

Black with #AC1242

Text Example


Text Example

White with #AC1242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1242; }

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

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

background-color css

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

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

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

border-color css

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

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

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