Html Css Color HEX #AC163A Cardinal

📋 copy color: '#AC163A'

red 172 ◦ green 22 ◦ blue 58

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

Shades of Cardinal #AC163A

Tints of Cardinal #AC163A

RGB

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

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

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

R = 68.25%
G = 8.73%
B = 23.02%

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

#AC163A (or 0xAC163A) is known color: Cardinal. HEX triplet: AC, 16 and 3A. RGB value is (172,22,58). Sum of RGB (Red+Green+Blue) = 172+22+58=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC163A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC163A is #53E9C5. Grayscale: #464646. Windows color (decimal): -5499334 or 3806892. OLE color: 3806892.

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

Color convert

RGB 172 22 58 -
CMYK 0 0.87 0.66 0.33
HSL 345.6º 0.77% 0.38% -
HSV(B) 345.6º 0.87% 0.67% -
XYZ 18.06 9.65 4.91 -
YUV 70.95 120.7 200.07 -
System Red Green Blue C M Y K H S L
Decimal 172 22 58 0 0.87 0.66 0.33 345.6 0.77 0.38
Hex AC 16 3A 0 57 42 21 15A 4D 26
Octal 254 26 72 0 127 102 41 532 115 46
Binary 10101100 10110 111010 0 1010111 1000010 100001 101011010 1001101 100110

Color Harmonies of #AC163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC163A

Black with #AC163A

Text Example


Text Example

White with #AC163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC163A; }

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

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

background-color css

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

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

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

border-color css

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

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

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