Html Css Color HEX #AC163F Cardinal

📋 copy color: '#AC163F'

red 172 ◦ green 22 ◦ blue 63

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

Shades of Cardinal #AC163F

Tints of Cardinal #AC163F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

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

R = 66.93%
G = 8.56%
B = 24.51%

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

#AC163F (or 0xAC163F) is known color: Cardinal. HEX triplet: AC, 16 and 3F. RGB value is (172,22,63). Sum of RGB (Red+Green+Blue) = 172+22+63=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC163F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC163F is #53E9C0. Grayscale: #474747. Windows color (decimal): -5499329 or 4134572. OLE color: 4134572.

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

Color convert

RGB 172 22 63 -
CMYK 0 0.87 0.63 0.33
HSL 343.6º 0.77% 0.38% -
HSV(B) 343.6º 0.87% 0.67% -
XYZ 18.2 9.7 5.62 -
YUV 71.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 172 22 63 0 0.87 0.63 0.33 343.6 0.77 0.38
Hex AC 16 3F 0 57 3F 21 158 4D 26
Octal 254 26 77 0 127 77 41 530 115 46
Binary 10101100 10110 111111 0 1010111 111111 100001 101011000 1001101 100110

Color Harmonies of #AC163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC163F

Black with #AC163F

Text Example


Text Example

White with #AC163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC163F; }

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

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

background-color css

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

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

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

border-color css

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

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

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