Html Css Color HEX #AC2041 Cardinal

📋 copy color: '#AC2041'

red 172 ◦ green 32 ◦ blue 65

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

Shades of Cardinal #AC2041

Tints of Cardinal #AC2041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 63.94%
G = 11.9%
B = 24.16%

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

#AC2041 (or 0xAC2041) is known color: Cardinal. HEX triplet: AC, 20 and 41. RGB value is (172,32,65). Sum of RGB (Red+Green+Blue) = 172+32+65=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2041 is #53DFBE. Grayscale: #4D4D4D. Windows color (decimal): -5496767 or 4268204. OLE color: 4268204.

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

Color convert

RGB 172 32 65 -
CMYK 0 0.81 0.62 0.33
HSL 345.86º 0.69% 0.4% -
HSV(B) 345.86º 0.81% 0.67% -
XYZ 18.48 10.19 5.99 -
YUV 77.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 172 32 65 0 0.81 0.62 0.33 345.86 0.69 0.4
Hex AC 20 41 0 51 3E 21 15A 45 28
Octal 254 40 101 0 121 76 41 532 105 50
Binary 10101100 100000 1000001 0 1010001 111110 100001 101011010 1000101 101000

Color Harmonies of #AC2041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2041

Black with #AC2041

Text Example


Text Example

White with #AC2041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2041; }

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

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

background-color css

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

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

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

border-color css

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

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

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