Html Css Color HEX #AC2137 Cardinal

📋 copy color: '#AC2137'

red 172 ◦ green 33 ◦ blue 55

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

Shades of Cardinal #AC2137

Tints of Cardinal #AC2137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.15%

R = 66.15%
G = 12.69%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC2137 (or 0xAC2137) is known color: Cardinal. HEX triplet: AC, 21 and 37. RGB value is (172,33,55). Sum of RGB (Red+Green+Blue) = 172+33+55=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2137 is #53DEC8. Grayscale: #4D4D4D. Windows color (decimal): -5496521 or 3613100. OLE color: 3613100.

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

Color convert

RGB 172 33 55 -
CMYK 0 0.81 0.68 0.33
HSL 350.5º 0.68% 0.4% -
HSV(B) 350.5º 0.81% 0.67% -
XYZ 18.25 10.13 4.61 -
YUV 77.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 172 33 55 0 0.81 0.68 0.33 350.5 0.68 0.4
Hex AC 21 37 0 51 44 21 15F 44 28
Octal 254 41 67 0 121 104 41 537 104 50
Binary 10101100 100001 110111 0 1010001 1000100 100001 101011111 1000100 101000

Color Harmonies of #AC2137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2137

Black with #AC2137

Text Example


Text Example

White with #AC2137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2137; }

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

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

background-color css

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

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

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

border-color css

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

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

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