Html Css Color HEX #A8163C Cardinal

📋 copy color: '#A8163C'

red 168 ◦ green 22 ◦ blue 60

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

Shades of Cardinal #A8163C

Tints of Cardinal #A8163C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24%

R = 67.2%
G = 8.8%
B = 24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8163C (or 0xA8163C) is known color: Cardinal. HEX triplet: A8, 16 and 3C. RGB value is (168,22,60). Sum of RGB (Red+Green+Blue) = 168+22+60=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8163C is #57E9C3. Grayscale: #454545. Windows color (decimal): -5761476 or 3937960. OLE color: 3937960.

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

Color convert

RGB 168 22 60 -
CMYK 0 0.87 0.64 0.34
HSL 344.38º 0.77% 0.37% -
HSV(B) 344.38º 0.87% 0.66% -
XYZ 17.25 9.22 5.15 -
YUV 69.99 122.37 197.91 -
System Red Green Blue C M Y K H S L
Decimal 168 22 60 0 0.87 0.64 0.34 344.38 0.77 0.37
Hex A8 16 3C 0 57 40 22 158 4D 25
Octal 250 26 74 0 127 100 42 530 115 45
Binary 10101000 10110 111100 0 1010111 1000000 100010 101011000 1001101 100101

Color Harmonies of #A8163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8163C

Black with #A8163C

Text Example


Text Example

White with #A8163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8163C; }

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

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

background-color css

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

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

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

border-color css

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

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

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