Html Css Color HEX #AB193A Cardinal

📋 copy color: '#AB193A'

red 171 ◦ green 25 ◦ blue 58

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

Shades of Cardinal #AB193A

Tints of Cardinal #AB193A

RGB

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

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

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

R = 67.32%
G = 9.84%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB193A (or 0xAB193A) is known color: Cardinal. HEX triplet: AB, 19 and 3A. RGB value is (171,25,58). Sum of RGB (Red+Green+Blue) = 171+25+58=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB193A is #54E6C5. Grayscale: #484848. Windows color (decimal): -5564102 or 3807659. OLE color: 3807659.

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

Color convert

RGB 171 25 58 -
CMYK 0 0.85 0.66 0.33
HSL 346.44º 0.74% 0.38% -
HSV(B) 346.44º 0.85% 0.67% -
XYZ 17.91 9.66 4.92 -
YUV 72.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 171 25 58 0 0.85 0.66 0.33 346.44 0.74 0.38
Hex AB 19 3A 0 55 42 21 15A 4A 26
Octal 253 31 72 0 125 102 41 532 112 46
Binary 10101011 11001 111010 0 1010101 1000010 100001 101011010 1001010 100110

Color Harmonies of #AB193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB193A

Black with #AB193A

Text Example


Text Example

White with #AB193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB193A; }

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

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

background-color css

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

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

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

border-color css

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

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

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