Html Css Color HEX #AC163B Cardinal

📋 copy color: '#AC163B'

red 172 ◦ green 22 ◦ blue 59

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

Shades of Cardinal #AC163B

Tints of Cardinal #AC163B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.32%

R = 67.98%
G = 8.7%
B = 23.32%

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

#AC163B (or 0xAC163B) is known color: Cardinal. HEX triplet: AC, 16 and 3B. RGB value is (172,22,59). Sum of RGB (Red+Green+Blue) = 172+22+59=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC163B is #53E9C4. Grayscale: #474747. Windows color (decimal): -5499333 or 3872428. OLE color: 3872428.

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

Color convert

RGB 172 22 59 -
CMYK 0 0.87 0.66 0.33
HSL 345.2º 0.77% 0.38% -
HSV(B) 345.2º 0.87% 0.67% -
XYZ 18.09 9.66 5.05 -
YUV 71.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 172 22 59 0 0.87 0.66 0.33 345.2 0.77 0.38
Hex AC 16 3B 0 57 42 21 159 4D 26
Octal 254 26 73 0 127 102 41 531 115 46
Binary 10101100 10110 111011 0 1010111 1000010 100001 101011001 1001101 100110

Color Harmonies of #AC163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC163B

Black with #AC163B

Text Example


Text Example

White with #AC163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC163B; }

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

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

background-color css

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

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

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

border-color css

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

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

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