Html Css Color HEX #AC2136 Cardinal

📋 copy color: '#AC2136'

red 172 ◦ green 33 ◦ blue 54

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

Shades of Cardinal #AC2136

Tints of Cardinal #AC2136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.85%

R = 66.41%
G = 12.74%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC2136 (or 0xAC2136) is known color: Cardinal. HEX triplet: AC, 21 and 36. RGB value is (172,33,54). Sum of RGB (Red+Green+Blue) = 172+33+54=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2136 is #53DEC9. Grayscale: #4D4D4D. Windows color (decimal): -5496522 or 3547564. OLE color: 3547564.

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

Color convert

RGB 172 33 54 -
CMYK 0 0.81 0.69 0.33
HSL 350.94º 0.68% 0.4% -
HSV(B) 350.94º 0.81% 0.67% -
XYZ 18.22 10.12 4.48 -
YUV 76.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 172 33 54 0 0.81 0.69 0.33 350.94 0.68 0.4
Hex AC 21 36 0 51 45 21 15F 44 28
Octal 254 41 66 0 121 105 41 537 104 50
Binary 10101100 100001 110110 0 1010001 1000101 100001 101011111 1000100 101000

Color Harmonies of #AC2136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2136

Black with #AC2136

Text Example


Text Example

White with #AC2136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2136; }

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

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

background-color css

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

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

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

border-color css

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

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

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