Html Css Color HEX #AB1631 Cardinal

📋 copy color: '#AB1631'

red 171 ◦ green 22 ◦ blue 49

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

Shades of Cardinal #AB1631

Tints of Cardinal #AB1631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.09%

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

R = 70.66%
G = 9.09%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB1631 (or 0xAB1631) is known color: Cardinal. HEX triplet: AB, 16 and 31. RGB value is (171,22,49). Sum of RGB (Red+Green+Blue) = 171+22+49=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1631 is #54E9CE. Grayscale: #454545. Windows color (decimal): -5564879 or 3217067. OLE color: 3217067.

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

Color convert

RGB 171 22 49 -
CMYK 0 0.87 0.71 0.33
HSL 349.13º 0.77% 0.38% -
HSV(B) 349.13º 0.87% 0.67% -
XYZ 17.64 9.45 3.8 -
YUV 69.63 116.36 200.3 -
System Red Green Blue C M Y K H S L
Decimal 171 22 49 0 0.87 0.71 0.33 349.13 0.77 0.38
Hex AB 16 31 0 57 47 21 15D 4D 26
Octal 253 26 61 0 127 107 41 535 115 46
Binary 10101011 10110 110001 0 1010111 1000111 100001 101011101 1001101 100110

Color Harmonies of #AB1631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1631

Black with #AB1631

Text Example


Text Example

White with #AB1631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1631; }

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

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

background-color css

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

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

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

border-color css

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

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

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