Html Css Color HEX #AB2137 Cardinal

📋 copy color: '#AB2137'

red 171 ◦ green 33 ◦ blue 55

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

Shades of Cardinal #AB2137

Tints of Cardinal #AB2137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.74%

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

R = 66.02%
G = 12.74%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB2137 (or 0xAB2137) is known color: Cardinal. HEX triplet: AB, 21 and 37. RGB value is (171,33,55). Sum of RGB (Red+Green+Blue) = 171+33+55=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2137 is #54DEC8. Grayscale: #4C4C4C. Windows color (decimal): -5562057 or 3613099. OLE color: 3613099.

HSL color Cylindrical-coordinate representation of color #AB2137: hue angle of 350.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2137 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 33 55 -
CMYK 0 0.81 0.68 0.33
HSL 350.43º 0.68% 0.4% -
HSV(B) 350.43º 0.81% 0.67% -
XYZ 18.03 10.02 4.6 -
YUV 76.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 171 33 55 0 0.81 0.68 0.33 350.43 0.68 0.4
Hex AB 21 37 0 51 44 21 15E 44 28
Octal 253 41 67 0 121 104 41 536 104 50
Binary 10101011 100001 110111 0 1010001 1000100 100001 101011110 1000100 101000

Color Harmonies of #AB2137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2137

Black with #AB2137

Text Example


Text Example

White with #AB2137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2137; }

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

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

background-color css

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

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

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

border-color css

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

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

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