Html Css Color HEX #AC173A Cardinal

📋 copy color: '#AC173A'

red 172 ◦ green 23 ◦ blue 58

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

Shades of Cardinal #AC173A

Tints of Cardinal #AC173A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.92%

R = 67.98%
G = 9.09%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC173A (or 0xAC173A) is known color: Cardinal. HEX triplet: AC, 17 and 3A. RGB value is (172,23,58). Sum of RGB (Red+Green+Blue) = 172+23+58=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC173A is #53E8C5. Grayscale: #474747. Windows color (decimal): -5499078 or 3807148. OLE color: 3807148.

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

Color convert

RGB 172 23 58 -
CMYK 0 0.87 0.66 0.33
HSL 345.91º 0.76% 0.38% -
HSV(B) 345.91º 0.87% 0.67% -
XYZ 18.08 9.69 4.92 -
YUV 71.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 172 23 58 0 0.87 0.66 0.33 345.91 0.76 0.38
Hex AC 17 3A 0 57 42 21 15A 4C 26
Octal 254 27 72 0 127 102 41 532 114 46
Binary 10101100 10111 111010 0 1010111 1000010 100001 101011010 1001100 100110

Color Harmonies of #AC173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC173A

Black with #AC173A

Text Example


Text Example

White with #AC173A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC173A; }

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

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

background-color css

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

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

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

border-color css

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

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

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