Html Css Color HEX #AC1942 Cardinal

📋 copy color: '#AC1942'

red 172 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #AC1942

Tints of Cardinal #AC1942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

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

R = 65.4%
G = 9.51%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC1942 (or 0xAC1942) is known color: Cardinal. HEX triplet: AC, 19 and 42. RGB value is (172,25,66). Sum of RGB (Red+Green+Blue) = 172+25+66=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1942 is #53E6BD. Grayscale: #494949. Windows color (decimal): -5498558 or 4331948. OLE color: 4331948.

HSL color Cylindrical-coordinate representation of color #AC1942: hue angle of 343.27º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1942 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 25 66 -
CMYK 0 0.85 0.62 0.33
HSL 343.27º 0.75% 0.39% -
HSV(B) 343.27º 0.85% 0.67% -
XYZ 18.34 9.86 6.09 -
YUV 73.63 123.7 198.17 -
System Red Green Blue C M Y K H S L
Decimal 172 25 66 0 0.85 0.62 0.33 343.27 0.75 0.39
Hex AC 19 42 0 55 3E 21 157 4B 27
Octal 254 31 102 0 125 76 41 527 113 47
Binary 10101100 11001 1000010 0 1010101 111110 100001 101010111 1001011 100111

Color Harmonies of #AC1942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1942

Black with #AC1942

Text Example


Text Example

White with #AC1942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1942; }

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

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

background-color css

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

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

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

border-color css

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

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

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