Html Css Color HEX #AC1736 Cardinal

📋 copy color: '#AC1736'

red 172 ◦ green 23 ◦ blue 54

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

Shades of Cardinal #AC1736

Tints of Cardinal #AC1736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.24%

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

R = 69.08%
G = 9.24%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC1736 (or 0xAC1736) is known color: Cardinal. HEX triplet: AC, 17 and 36. RGB value is (172,23,54). Sum of RGB (Red+Green+Blue) = 172+23+54=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1736 is #53E8C9. Grayscale: #474747. Windows color (decimal): -5499082 or 3545004. OLE color: 3545004.

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

Color convert

RGB 172 23 54 -
CMYK 0 0.87 0.69 0.33
HSL 347.52º 0.76% 0.38% -
HSV(B) 347.52º 0.87% 0.67% -
XYZ 17.99 9.65 4.4 -
YUV 71.09 118.36 199.98 -
System Red Green Blue C M Y K H S L
Decimal 172 23 54 0 0.87 0.69 0.33 347.52 0.76 0.38
Hex AC 17 36 0 57 45 21 15C 4C 26
Octal 254 27 66 0 127 105 41 534 114 46
Binary 10101100 10111 110110 0 1010111 1000101 100001 101011100 1001100 100110

Color Harmonies of #AC1736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1736

Black with #AC1736

Text Example


Text Example

White with #AC1736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1736; }

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

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

background-color css

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

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

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

border-color css

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

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

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