Html Css Color HEX #AB1731 Cardinal

📋 copy color: '#AB1731'

red 171 ◦ green 23 ◦ blue 49

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

Shades of Cardinal #AB1731

Tints of Cardinal #AB1731

RGB

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

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

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

R = 70.37%
G = 9.47%
B = 20.16%

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

#AB1731 (or 0xAB1731) is known color: Cardinal. HEX triplet: AB, 17 and 31. RGB value is (171,23,49). Sum of RGB (Red+Green+Blue) = 171+23+49=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1731 is #54E8CE. Grayscale: #464646. Windows color (decimal): -5564623 or 3217323. OLE color: 3217323.

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

Color convert

RGB 171 23 49 -
CMYK 0 0.87 0.71 0.33
HSL 349.46º 0.76% 0.38% -
HSV(B) 349.46º 0.87% 0.67% -
XYZ 17.66 9.49 3.81 -
YUV 70.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 171 23 49 0 0.87 0.71 0.33 349.46 0.76 0.38
Hex AB 17 31 0 57 47 21 15D 4C 26
Octal 253 27 61 0 127 107 41 535 114 46
Binary 10101011 10111 110001 0 1010111 1000111 100001 101011101 1001100 100110

Color Harmonies of #AB1731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1731

Black with #AB1731

Text Example


Text Example

White with #AB1731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1731; }

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

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

background-color css

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

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

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

border-color css

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

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

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