Html Css Color HEX #A8193D Cardinal

📋 copy color: '#A8193D'

red 168 ◦ green 25 ◦ blue 61

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

Shades of Cardinal #A8193D

Tints of Cardinal #A8193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 66.14%
G = 9.84%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8193D (or 0xA8193D) is known color: Cardinal. HEX triplet: A8, 19 and 3D. RGB value is (168,25,61). Sum of RGB (Red+Green+Blue) = 168+25+61=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A8193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8193D is #57E6C2. Grayscale: #474747. Windows color (decimal): -5760707 or 4004264. OLE color: 4004264.

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

Color convert

RGB 168 25 61 -
CMYK 0 0.85 0.64 0.34
HSL 344.9º 0.74% 0.38% -
HSV(B) 344.9º 0.85% 0.66% -
XYZ 17.34 9.36 5.31 -
YUV 71.86 121.88 196.57 -
System Red Green Blue C M Y K H S L
Decimal 168 25 61 0 0.85 0.64 0.34 344.9 0.74 0.38
Hex A8 19 3D 0 55 40 22 159 4A 26
Octal 250 31 75 0 125 100 42 531 112 46
Binary 10101000 11001 111101 0 1010101 1000000 100010 101011001 1001010 100110

Color Harmonies of #A8193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8193D

Black with #A8193D

Text Example


Text Example

White with #A8193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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