Html Css Color HEX #AC2042 Cardinal

📋 copy color: '#AC2042'

red 172 ◦ green 32 ◦ blue 66

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

Shades of Cardinal #AC2042

Tints of Cardinal #AC2042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

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

R = 63.7%
G = 11.85%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC2042 (or 0xAC2042) is known color: Cardinal. HEX triplet: AC, 20 and 42. RGB value is (172,32,66). Sum of RGB (Red+Green+Blue) = 172+32+66=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2042 is #53DFBD. Grayscale: #4D4D4D. Windows color (decimal): -5496766 or 4333740. OLE color: 4333740.

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

Color convert

RGB 172 32 66 -
CMYK 0 0.81 0.62 0.33
HSL 345.43º 0.69% 0.4% -
HSV(B) 345.43º 0.81% 0.67% -
XYZ 18.51 10.2 6.15 -
YUV 77.74 121.38 195.24 -
System Red Green Blue C M Y K H S L
Decimal 172 32 66 0 0.81 0.62 0.33 345.43 0.69 0.4
Hex AC 20 42 0 51 3E 21 159 45 28
Octal 254 40 102 0 121 76 41 531 105 50
Binary 10101100 100000 1000010 0 1010001 111110 100001 101011001 1000101 101000

Color Harmonies of #AC2042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2042

Black with #AC2042

Text Example


Text Example

White with #AC2042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2042; }

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

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

background-color css

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

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

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

border-color css

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

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

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