Html Css Color HEX #AB193D Cardinal

📋 copy color: '#AB193D'

red 171 ◦ green 25 ◦ blue 61

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

Shades of Cardinal #AB193D

Tints of Cardinal #AB193D

RGB

 RED value IS 171 (67.19% from 255) = 66.54%

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

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

R = 66.54%
G = 9.73%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB193D (or 0xAB193D) is known color: Cardinal. HEX triplet: AB, 19 and 3D. RGB value is (171,25,61). Sum of RGB (Red+Green+Blue) = 171+25+61=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB193D is #54E6C2. Grayscale: #484848. Windows color (decimal): -5564099 or 4004267. OLE color: 4004267.

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

Color convert

RGB 171 25 61 -
CMYK 0 0.85 0.64 0.33
HSL 345.21º 0.74% 0.38% -
HSV(B) 345.21º 0.85% 0.67% -
XYZ 17.98 9.69 5.34 -
YUV 72.76 121.37 198.07 -
System Red Green Blue C M Y K H S L
Decimal 171 25 61 0 0.85 0.64 0.33 345.21 0.74 0.38
Hex AB 19 3D 0 55 40 21 159 4A 26
Octal 253 31 75 0 125 100 41 531 112 46
Binary 10101011 11001 111101 0 1010101 1000000 100001 101011001 1001010 100110

Color Harmonies of #AB193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB193D

Black with #AB193D

Text Example


Text Example

White with #AB193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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