Html Css Color HEX #AB1537 Cardinal

📋 copy color: '#AB1537'

red 171 ◦ green 21 ◦ blue 55

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

Shades of Cardinal #AB1537

Tints of Cardinal #AB1537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

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

R = 69.23%
G = 8.5%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB1537 (or 0xAB1537) is known color: Cardinal. HEX triplet: AB, 15 and 37. RGB value is (171,21,55). Sum of RGB (Red+Green+Blue) = 171+21+55=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1537 is #54EAC8. Grayscale: #454545. Windows color (decimal): -5565129 or 3610027. OLE color: 3610027.

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

Color convert

RGB 171 21 55 -
CMYK 0 0.88 0.68 0.33
HSL 346.4º 0.78% 0.38% -
HSV(B) 346.4º 0.88% 0.67% -
XYZ 17.75 9.47 4.51 -
YUV 69.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 171 21 55 0 0.88 0.68 0.33 346.4 0.78 0.38
Hex AB 15 37 0 58 44 21 15A 4E 26
Octal 253 25 67 0 130 104 41 532 116 46
Binary 10101011 10101 110111 0 1011000 1000100 100001 101011010 1001110 100110

Color Harmonies of #AB1537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1537

Black with #AB1537

Text Example


Text Example

White with #AB1537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1537; }

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

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

background-color css

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

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

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

border-color css

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

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

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