Html Css Color HEX #AB1637 Cardinal

📋 copy color: '#AB1637'

red 171 ◦ green 22 ◦ blue 55

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

Shades of Cardinal #AB1637

Tints of Cardinal #AB1637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.18%

R = 68.95%
G = 8.87%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB1637 (or 0xAB1637) is known color: Cardinal. HEX triplet: AB, 16 and 37. RGB value is (171,22,55). Sum of RGB (Red+Green+Blue) = 171+22+55=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1637 is #54E9C8. Grayscale: #464646. Windows color (decimal): -5564873 or 3610283. OLE color: 3610283.

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

Color convert

RGB 171 22 55 -
CMYK 0 0.87 0.68 0.33
HSL 346.71º 0.77% 0.38% -
HSV(B) 346.71º 0.87% 0.67% -
XYZ 17.77 9.51 4.51 -
YUV 70.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 171 22 55 0 0.87 0.68 0.33 346.71 0.77 0.38
Hex AB 16 37 0 57 44 21 15B 4D 26
Octal 253 26 67 0 127 104 41 533 115 46
Binary 10101011 10110 110111 0 1010111 1000100 100001 101011011 1001101 100110

Color Harmonies of #AB1637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1637

Black with #AB1637

Text Example


Text Example

White with #AB1637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1637; }

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

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

background-color css

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

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

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

border-color css

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

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

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