Html Css Color HEX #AC2141 Cardinal

📋 copy color: '#AC2141'

red 172 ◦ green 33 ◦ blue 65

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

Shades of Cardinal #AC2141

Tints of Cardinal #AC2141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.22%

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

R = 63.7%
G = 12.22%
B = 24.07%

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

#AC2141 (or 0xAC2141) is known color: Cardinal. HEX triplet: AC, 21 and 41. RGB value is (172,33,65). Sum of RGB (Red+Green+Blue) = 172+33+65=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2141 is #53DEBE. Grayscale: #4E4E4E. Windows color (decimal): -5496511 or 4268460. OLE color: 4268460.

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

Color convert

RGB 172 33 65 -
CMYK 0 0.81 0.62 0.33
HSL 346.19º 0.68% 0.4% -
HSV(B) 346.19º 0.81% 0.67% -
XYZ 18.51 10.24 6 -
YUV 78.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 172 33 65 0 0.81 0.62 0.33 346.19 0.68 0.4
Hex AC 21 41 0 51 3E 21 15A 44 28
Octal 254 41 101 0 121 76 41 532 104 50
Binary 10101100 100001 1000001 0 1010001 111110 100001 101011010 1000100 101000

Color Harmonies of #AC2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2141

Black with #AC2141

Text Example


Text Example

White with #AC2141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2141; }

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

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

background-color css

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

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

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

border-color css

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

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

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