Html Css Color HEX #AC173F Cardinal

📋 copy color: '#AC173F'

red 172 ◦ green 23 ◦ blue 63

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

Shades of Cardinal #AC173F

Tints of Cardinal #AC173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.42%

R = 66.67%
G = 8.91%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC173F (or 0xAC173F) is known color: Cardinal. HEX triplet: AC, 17 and 3F. RGB value is (172,23,63). Sum of RGB (Red+Green+Blue) = 172+23+63=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC173F is #53E8C0. Grayscale: #484848. Windows color (decimal): -5499073 or 4134828. OLE color: 4134828.

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

Color convert

RGB 172 23 63 -
CMYK 0 0.87 0.63 0.33
HSL 343.89º 0.76% 0.38% -
HSV(B) 343.89º 0.87% 0.67% -
XYZ 18.22 9.74 5.62 -
YUV 72.11 122.86 199.25 -
System Red Green Blue C M Y K H S L
Decimal 172 23 63 0 0.87 0.63 0.33 343.89 0.76 0.38
Hex AC 17 3F 0 57 3F 21 158 4C 26
Octal 254 27 77 0 127 77 41 530 114 46
Binary 10101100 10111 111111 0 1010111 111111 100001 101011000 1001100 100110

Color Harmonies of #AC173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC173F

Black with #AC173F

Text Example


Text Example

White with #AC173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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