Html Css Color HEX #A8163A Cardinal

📋 copy color: '#A8163A'

red 168 ◦ green 22 ◦ blue 58

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

Shades of Cardinal #A8163A

Tints of Cardinal #A8163A

RGB

 RED value IS 168 (66.02% from 255) = 67.74%

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

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

R = 67.74%
G = 8.87%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8163A (or 0xA8163A) is known color: Cardinal. HEX triplet: A8, 16 and 3A. RGB value is (168,22,58). Sum of RGB (Red+Green+Blue) = 168+22+58=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8163A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8163A is #57E9C5. Grayscale: #454545. Windows color (decimal): -5761478 or 3806888. OLE color: 3806888.

HSL color Cylindrical-coordinate representation of color #A8163A: hue angle of 345.21º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8163A is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 22 58 -
CMYK 0 0.87 0.65 0.34
HSL 345.21º 0.77% 0.37% -
HSV(B) 345.21º 0.87% 0.66% -
XYZ 17.2 9.2 4.87 -
YUV 69.76 121.37 198.07 -
System Red Green Blue C M Y K H S L
Decimal 168 22 58 0 0.87 0.65 0.34 345.21 0.77 0.37
Hex A8 16 3A 0 57 41 22 159 4D 25
Octal 250 26 72 0 127 101 42 531 115 45
Binary 10101000 10110 111010 0 1010111 1000001 100010 101011001 1001101 100101

Color Harmonies of #A8163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8163A

Black with #A8163A

Text Example


Text Example

White with #A8163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8163A; }

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

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

background-color css

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

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

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

border-color css

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

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

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