Html Css Color HEX #AB1531 Cardinal

📋 copy color: '#AB1531'

red 171 ◦ green 21 ◦ blue 49

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

Shades of Cardinal #AB1531

Tints of Cardinal #AB1531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

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

R = 70.95%
G = 8.71%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB1531 (or 0xAB1531) is known color: Cardinal. HEX triplet: AB, 15 and 31. RGB value is (171,21,49). Sum of RGB (Red+Green+Blue) = 171+21+49=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1531 is #54EACE. Grayscale: #454545. Windows color (decimal): -5565135 or 3216811. OLE color: 3216811.

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

Color convert

RGB 171 21 49 -
CMYK 0 0.88 0.71 0.33
HSL 348.8º 0.78% 0.38% -
HSV(B) 348.8º 0.88% 0.67% -
XYZ 17.62 9.42 3.79 -
YUV 69.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 171 21 49 0 0.88 0.71 0.33 348.8 0.78 0.38
Hex AB 15 31 0 58 47 21 15D 4E 26
Octal 253 25 61 0 130 107 41 535 116 46
Binary 10101011 10101 110001 0 1011000 1000111 100001 101011101 1001110 100110

Color Harmonies of #AB1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1531

Black with #AB1531

Text Example


Text Example

White with #AB1531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1531; }

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

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

background-color css

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

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

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

border-color css

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

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

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