Html Css Color HEX #A8193E Cardinal

📋 copy color: '#A8193E'

red 168 ◦ green 25 ◦ blue 62

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

Shades of Cardinal #A8193E

Tints of Cardinal #A8193E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.8%

 BLUE value IS 62 (24.61% from 255) = 24.31%

R = 65.88%
G = 9.8%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8193E (or 0xA8193E) is known color: Cardinal. HEX triplet: A8, 19 and 3E. RGB value is (168,25,62). Sum of RGB (Red+Green+Blue) = 168+25+62=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A8193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8193E is #57E6C1. Grayscale: #474747. Windows color (decimal): -5760706 or 4069800. OLE color: 4069800.

HSL color Cylindrical-coordinate representation of color #A8193E: hue angle of 344.48º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8193E is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 62 -
CMYK 0 0.85 0.63 0.34
HSL 344.48º 0.74% 0.38% -
HSV(B) 344.48º 0.85% 0.66% -
XYZ 17.37 9.37 5.45 -
YUV 71.98 122.38 196.49 -
System Red Green Blue C M Y K H S L
Decimal 168 25 62 0 0.85 0.63 0.34 344.48 0.74 0.38
Hex A8 19 3E 0 55 3F 22 158 4A 26
Octal 250 31 76 0 125 77 42 530 112 46
Binary 10101000 11001 111110 0 1010101 111111 100010 101011000 1001010 100110

Color Harmonies of #A8193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8193E

Black with #A8193E

Text Example


Text Example

White with #A8193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8193E; }

 p { color: rgb(168,25,62); }

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

background-color css

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

 a { background-color: rgb(168,25,62); }

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

border-color css

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

 span { border-color: rgb(168,25,62); }

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