Html Css Color HEX #AC172A Cardinal

📋 copy color: '#AC172A'

red 172 ◦ green 23 ◦ blue 42

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

Shades of Cardinal #AC172A

Tints of Cardinal #AC172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 72.57%
G = 9.7%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC172A (or 0xAC172A) is known color: Cardinal. HEX triplet: AC, 17 and 2A. RGB value is (172,23,42). Sum of RGB (Red+Green+Blue) = 172+23+42=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC172A is #53E8D5. Grayscale: #454545. Windows color (decimal): -5499094 or 2758572. OLE color: 2758572.

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

Color convert

RGB 172 23 42 -
CMYK 0 0.87 0.76 0.33
HSL 352.35º 0.76% 0.38% -
HSV(B) 352.35º 0.87% 0.67% -
XYZ 17.74 9.55 3.1 -
YUV 69.72 112.36 200.96 -
System Red Green Blue C M Y K H S L
Decimal 172 23 42 0 0.87 0.76 0.33 352.35 0.76 0.38
Hex AC 17 2A 0 57 4C 21 160 4C 26
Octal 254 27 52 0 127 114 41 540 114 46
Binary 10101100 10111 101010 0 1010111 1001100 100001 101100000 1001100 100110

Color Harmonies of #AC172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC172A

Black with #AC172A

Text Example


Text Example

White with #AC172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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