Html Css Color HEX #AC2237 Cardinal

📋 copy color: '#AC2237'

red 172 ◦ green 34 ◦ blue 55

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

Shades of Cardinal #AC2237

Tints of Cardinal #AC2237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.03%

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

R = 65.9%
G = 13.03%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC2237 (or 0xAC2237) is known color: Cardinal. HEX triplet: AC, 22 and 37. RGB value is (172,34,55). Sum of RGB (Red+Green+Blue) = 172+34+55=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2237 is #53DDC8. Grayscale: #4D4D4D. Windows color (decimal): -5496265 or 3613356. OLE color: 3613356.

HSL color Cylindrical-coordinate representation of color #AC2237: hue angle of 350.87º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2237 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 34 55 -
CMYK 0 0.80 0.68 0.33
HSL 350.87º 0.67% 0.4% -
HSV(B) 350.87º 0.8% 0.67% -
XYZ 18.27 10.19 4.62 -
YUV 77.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 172 34 55 0 0.80 0.68 0.33 350.87 0.67 0.4
Hex AC 22 37 0 50 44 21 15F 43 28
Octal 254 42 67 0 120 104 41 537 103 50
Binary 10101100 100010 110111 0 1010000 1000100 100001 101011111 1000011 101000

Color Harmonies of #AC2237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2237

Black with #AC2237

Text Example


Text Example

White with #AC2237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2237; }

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

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

background-color css

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

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

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

border-color css

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

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

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