Html Css Color HEX #AC2139 Cardinal

📋 copy color: '#AC2139'

red 172 ◦ green 33 ◦ blue 57

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

Shades of Cardinal #AC2139

Tints of Cardinal #AC2139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.76%

R = 65.65%
G = 12.6%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC2139 (or 0xAC2139) is known color: Cardinal. HEX triplet: AC, 21 and 39. RGB value is (172,33,57). Sum of RGB (Red+Green+Blue) = 172+33+57=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2139 is #53DEC6. Grayscale: #4D4D4D. Windows color (decimal): -5496519 or 3744172. OLE color: 3744172.

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

Color convert

RGB 172 33 57 -
CMYK 0 0.81 0.67 0.33
HSL 349.64º 0.68% 0.4% -
HSV(B) 349.64º 0.81% 0.67% -
XYZ 18.3 10.15 4.87 -
YUV 77.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 172 33 57 0 0.81 0.67 0.33 349.64 0.68 0.4
Hex AC 21 39 0 51 43 21 15E 44 28
Octal 254 41 71 0 121 103 41 536 104 50
Binary 10101100 100001 111001 0 1010001 1000011 100001 101011110 1000100 101000

Color Harmonies of #AC2139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2139

Black with #AC2139

Text Example


Text Example

White with #AC2139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2139; }

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

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

background-color css

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

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

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

border-color css

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

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

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