Html Css Color HEX #AB1A37 Cardinal

📋 copy color: '#AB1A37'

red 171 ◦ green 26 ◦ blue 55

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

Shades of Cardinal #AB1A37

Tints of Cardinal #AB1A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.32%

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

R = 67.86%
G = 10.32%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB1A37 (or 0xAB1A37) is known color: Cardinal. HEX triplet: AB, 1A and 37. RGB value is (171,26,55). Sum of RGB (Red+Green+Blue) = 171+26+55=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1A37 is #54E5C8. Grayscale: #484848. Windows color (decimal): -5563849 or 3611307. OLE color: 3611307.

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

Color convert

RGB 171 26 55 -
CMYK 0 0.85 0.68 0.33
HSL 348º 0.74% 0.39% -
HSV(B) 348º 0.85% 0.67% -
XYZ 17.85 9.67 4.54 -
YUV 72.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 171 26 55 0 0.85 0.68 0.33 348 0.74 0.39
Hex AB 1A 37 0 55 44 21 15C 4A 27
Octal 253 32 67 0 125 104 41 534 112 47
Binary 10101011 11010 110111 0 1010101 1000100 100001 101011100 1001010 100111

Color Harmonies of #AB1A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A37

Black with #AB1A37

Text Example


Text Example

White with #AB1A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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