Html Css Color HEX #AB1131 Cardinal

📋 copy color: '#AB1131'

red 171 ◦ green 17 ◦ blue 49

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

Shades of Cardinal #AB1131

Tints of Cardinal #AB1131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

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

R = 72.15%
G = 7.17%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB1131 (or 0xAB1131) is known color: Cardinal. HEX triplet: AB, 11 and 31. RGB value is (171,17,49). Sum of RGB (Red+Green+Blue) = 171+17+49=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1131 is #54EECE. Grayscale: #424242. Windows color (decimal): -5566159 or 3215787. OLE color: 3215787.

HSL color Cylindrical-coordinate representation of color #AB1131: hue angle of 347.53º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1131 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 49 -
CMYK 0 0.90 0.71 0.33
HSL 347.53º 0.82% 0.37% -
HSV(B) 347.53º 0.9% 0.67% -
XYZ 17.55 9.28 3.77 -
YUV 66.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 171 17 49 0 0.90 0.71 0.33 347.53 0.82 0.37
Hex AB 11 31 0 5A 47 21 15C 52 25
Octal 253 21 61 0 132 107 41 534 122 45
Binary 10101011 10001 110001 0 1011010 1000111 100001 101011100 1010010 100101

Color Harmonies of #AB1131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1131

Black with #AB1131

Text Example


Text Example

White with #AB1131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1131; }

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

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

background-color css

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

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

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

border-color css

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

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

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