Html Css Color HEX #AB1931 Cardinal

📋 copy color: '#AB1931'

red 171 ◦ green 25 ◦ blue 49

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

Shades of Cardinal #AB1931

Tints of Cardinal #AB1931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20%

R = 69.8%
G = 10.2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB1931 (or 0xAB1931) is known color: Cardinal. HEX triplet: AB, 19 and 31. RGB value is (171,25,49). Sum of RGB (Red+Green+Blue) = 171+25+49=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1931 is #54E6CE. Grayscale: #474747. Windows color (decimal): -5564111 or 3217835. OLE color: 3217835.

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

Color convert

RGB 171 25 49 -
CMYK 0 0.85 0.71 0.33
HSL 350.14º 0.74% 0.38% -
HSV(B) 350.14º 0.85% 0.67% -
XYZ 17.7 9.57 3.82 -
YUV 71.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 171 25 49 0 0.85 0.71 0.33 350.14 0.74 0.38
Hex AB 19 31 0 55 47 21 15E 4A 26
Octal 253 31 61 0 125 107 41 536 112 46
Binary 10101011 11001 110001 0 1010101 1000111 100001 101011110 1001010 100110

Color Harmonies of #AB1931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1931

Black with #AB1931

Text Example


Text Example

White with #AB1931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1931; }

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

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

background-color css

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

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

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

border-color css

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

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

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