Html Css Color HEX #AC172E Cardinal

📋 copy color: '#AC172E'

red 172 ◦ green 23 ◦ blue 46

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

Shades of Cardinal #AC172E

Tints of Cardinal #AC172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.09%

R = 71.37%
G = 9.54%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC172E (or 0xAC172E) is known color: Cardinal. HEX triplet: AC, 17 and 2E. RGB value is (172,23,46). Sum of RGB (Red+Green+Blue) = 172+23+46=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC172E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC172E is #53E8D1. Grayscale: #464646. Windows color (decimal): -5499090 or 3020716. OLE color: 3020716.

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

Color convert

RGB 172 23 46 -
CMYK 0 0.87 0.73 0.33
HSL 350.74º 0.76% 0.38% -
HSV(B) 350.74º 0.87% 0.67% -
XYZ 17.81 9.58 3.5 -
YUV 70.17 114.36 200.63 -
System Red Green Blue C M Y K H S L
Decimal 172 23 46 0 0.87 0.73 0.33 350.74 0.76 0.38
Hex AC 17 2E 0 57 49 21 15F 4C 26
Octal 254 27 56 0 127 111 41 537 114 46
Binary 10101100 10111 101110 0 1010111 1001001 100001 101011111 1001100 100110

Color Harmonies of #AC172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC172E

Black with #AC172E

Text Example


Text Example

White with #AC172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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