Html Css Color HEX #AC1637 Cardinal

📋 copy color: '#AC1637'

red 172 ◦ green 22 ◦ blue 55

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

Shades of Cardinal #AC1637

Tints of Cardinal #AC1637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.84%

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

R = 69.08%
G = 8.84%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC1637 (or 0xAC1637) is known color: Cardinal. HEX triplet: AC, 16 and 37. RGB value is (172,22,55). Sum of RGB (Red+Green+Blue) = 172+22+55=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1637 is #53E9C8. Grayscale: #464646. Windows color (decimal): -5499337 or 3610284. OLE color: 3610284.

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

Color convert

RGB 172 22 55 -
CMYK 0 0.87 0.68 0.33
HSL 346.8º 0.77% 0.38% -
HSV(B) 346.8º 0.87% 0.67% -
XYZ 17.99 9.62 4.52 -
YUV 70.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 172 22 55 0 0.87 0.68 0.33 346.8 0.77 0.38
Hex AC 16 37 0 57 44 21 15B 4D 26
Octal 254 26 67 0 127 104 41 533 115 46
Binary 10101100 10110 110111 0 1010111 1000100 100001 101011011 1001101 100110

Color Harmonies of #AC1637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1637

Black with #AC1637

Text Example


Text Example

White with #AC1637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1637; }

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

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

background-color css

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

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

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

border-color css

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

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

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