Html Css Color HEX #AB193B Cardinal

📋 copy color: '#AB193B'

red 171 ◦ green 25 ◦ blue 59

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

Shades of Cardinal #AB193B

Tints of Cardinal #AB193B

RGB

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

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

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

R = 67.06%
G = 9.8%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB193B (or 0xAB193B) is known color: Cardinal. HEX triplet: AB, 19 and 3B. RGB value is (171,25,59). Sum of RGB (Red+Green+Blue) = 171+25+59=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB193B is #54E6C4. Grayscale: #484848. Windows color (decimal): -5564101 or 3873195. OLE color: 3873195.

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

Color convert

RGB 171 25 59 -
CMYK 0 0.85 0.65 0.33
HSL 346.03º 0.74% 0.38% -
HSV(B) 346.03º 0.85% 0.67% -
XYZ 17.93 9.67 5.06 -
YUV 72.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 171 25 59 0 0.85 0.65 0.33 346.03 0.74 0.38
Hex AB 19 3B 0 55 41 21 15A 4A 26
Octal 253 31 73 0 125 101 41 532 112 46
Binary 10101011 11001 111011 0 1010101 1000001 100001 101011010 1001010 100110

Color Harmonies of #AB193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB193B

Black with #AB193B

Text Example


Text Example

White with #AB193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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