Html Css Color HEX #AB1747 Cardinal

📋 copy color: '#AB1747'

red 171 ◦ green 23 ◦ blue 71

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

Shades of Cardinal #AB1747

Tints of Cardinal #AB1747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.68%

 BLUE value IS 71 (28.13% from 255) = 26.79%

R = 64.53%
G = 8.68%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB1747 (or 0xAB1747) is known color: Cardinal. HEX triplet: AB, 17 and 47. RGB value is (171,23,71). Sum of RGB (Red+Green+Blue) = 171+23+71=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1747 is #54E8B8. Grayscale: #484848. Windows color (decimal): -5564601 or 4659115. OLE color: 4659115.

HSL color Cylindrical-coordinate representation of color #AB1747: hue angle of 340.54º degrees, saturation: 0.76, 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 #AB1747 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 23 71 -
CMYK 0 0.87 0.58 0.33
HSL 340.54º 0.76% 0.38% -
HSV(B) 340.54º 0.87% 0.67% -
XYZ 18.24 9.73 6.88 -
YUV 72.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 171 23 71 0 0.87 0.58 0.33 340.54 0.76 0.38
Hex AB 17 47 0 57 3A 21 155 4C 26
Octal 253 27 107 0 127 72 41 525 114 46
Binary 10101011 10111 1000111 0 1010111 111010 100001 101010101 1001100 100110

Color Harmonies of #AB1747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1747

Black with #AB1747

Text Example


Text Example

White with #AB1747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1747; }

 p { color: rgb(171,23,71); }

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

background-color css

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

 a { background-color: rgb(171,23,71); }

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

border-color css

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

 span { border-color: rgb(171,23,71); }

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