Html Css Color HEX #A8193B Cardinal

📋 copy color: '#A8193B'

red 168 ◦ green 25 ◦ blue 59

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

Shades of Cardinal #A8193B

Tints of Cardinal #A8193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.41%

R = 66.67%
G = 9.92%
B = 23.41%

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

#A8193B (or 0xA8193B) is known color: Cardinal. HEX triplet: A8, 19 and 3B. RGB value is (168,25,59). Sum of RGB (Red+Green+Blue) = 168+25+59=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8193B is #57E6C4. Grayscale: #474747. Windows color (decimal): -5760709 or 3873192. OLE color: 3873192.

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

Color convert

RGB 168 25 59 -
CMYK 0 0.85 0.65 0.34
HSL 345.73º 0.74% 0.38% -
HSV(B) 345.73º 0.85% 0.66% -
XYZ 17.29 9.34 5.03 -
YUV 71.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 168 25 59 0 0.85 0.65 0.34 345.73 0.74 0.38
Hex A8 19 3B 0 55 41 22 15A 4A 26
Octal 250 31 73 0 125 101 42 532 112 46
Binary 10101000 11001 111011 0 1010101 1000001 100010 101011010 1001010 100110

Color Harmonies of #A8193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8193B

Black with #A8193B

Text Example


Text Example

White with #A8193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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