Html Css Color HEX #AC163D Cardinal

📋 copy color: '#AC163D'

red 172 ◦ green 22 ◦ blue 61

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

Shades of Cardinal #AC163D

Tints of Cardinal #AC163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.92%

R = 67.45%
G = 8.63%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC163D (or 0xAC163D) is known color: Cardinal. HEX triplet: AC, 16 and 3D. RGB value is (172,22,61). Sum of RGB (Red+Green+Blue) = 172+22+61=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC163D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC163D is #53E9C2. Grayscale: #474747. Windows color (decimal): -5499331 or 4003500. OLE color: 4003500.

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

Color convert

RGB 172 22 61 -
CMYK 0 0.87 0.65 0.33
HSL 344.4º 0.77% 0.38% -
HSV(B) 344.4º 0.87% 0.67% -
XYZ 18.14 9.68 5.33 -
YUV 71.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 172 22 61 0 0.87 0.65 0.33 344.4 0.77 0.38
Hex AC 16 3D 0 57 41 21 158 4D 26
Octal 254 26 75 0 127 101 41 530 115 46
Binary 10101100 10110 111101 0 1010111 1000001 100001 101011000 1001101 100110

Color Harmonies of #AC163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC163D

Black with #AC163D

Text Example


Text Example

White with #AC163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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