Html Css Color HEX #AB1639 Cardinal

📋 copy color: '#AB1639'

red 171 ◦ green 22 ◦ blue 57

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

Shades of Cardinal #AB1639

Tints of Cardinal #AB1639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.8%

R = 68.4%
G = 8.8%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB1639 (or 0xAB1639) is known color: Cardinal. HEX triplet: AB, 16 and 39. RGB value is (171,22,57). Sum of RGB (Red+Green+Blue) = 171+22+57=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1639 is #54E9C6. Grayscale: #464646. Windows color (decimal): -5564871 or 3741355. OLE color: 3741355.

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

Color convert

RGB 171 22 57 -
CMYK 0 0.87 0.67 0.33
HSL 345.91º 0.77% 0.38% -
HSV(B) 345.91º 0.87% 0.67% -
XYZ 17.82 9.53 4.77 -
YUV 70.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 171 22 57 0 0.87 0.67 0.33 345.91 0.77 0.38
Hex AB 16 39 0 57 43 21 15A 4D 26
Octal 253 26 71 0 127 103 41 532 115 46
Binary 10101011 10110 111001 0 1010111 1000011 100001 101011010 1001101 100110

Color Harmonies of #AB1639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1639

Black with #AB1639

Text Example


Text Example

White with #AB1639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1639; }

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

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

background-color css

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

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

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

border-color css

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

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

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