Html Css Color HEX #A8193A Cardinal

📋 copy color: '#A8193A'

red 168 ◦ green 25 ◦ blue 58

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

Shades of Cardinal #A8193A

Tints of Cardinal #A8193A

RGB

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

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

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

R = 66.93%
G = 9.96%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8193A (or 0xA8193A) is known color: Cardinal. HEX triplet: A8, 19 and 3A. RGB value is (168,25,58). Sum of RGB (Red+Green+Blue) = 168+25+58=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8193A is #57E6C5. Grayscale: #474747. Windows color (decimal): -5760710 or 3807656. OLE color: 3807656.

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

Color convert

RGB 168 25 58 -
CMYK 0 0.85 0.65 0.34
HSL 346.15º 0.74% 0.38% -
HSV(B) 346.15º 0.85% 0.66% -
XYZ 17.26 9.33 4.89 -
YUV 71.52 120.38 196.82 -
System Red Green Blue C M Y K H S L
Decimal 168 25 58 0 0.85 0.65 0.34 346.15 0.74 0.38
Hex A8 19 3A 0 55 41 22 15A 4A 26
Octal 250 31 72 0 125 101 42 532 112 46
Binary 10101000 11001 111010 0 1010101 1000001 100010 101011010 1001010 100110

Color Harmonies of #A8193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8193A

Black with #A8193A

Text Example


Text Example

White with #A8193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8193A; }

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

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

background-color css

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

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

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

border-color css

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

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

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