Html Css Color HEX #AB1539 Cardinal

📋 copy color: '#AB1539'

red 171 ◦ green 21 ◦ blue 57

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

Shades of Cardinal #AB1539

Tints of Cardinal #AB1539

RGB

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

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

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

R = 68.67%
G = 8.43%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB1539 (or 0xAB1539) is known color: Cardinal. HEX triplet: AB, 15 and 39. RGB value is (171,21,57). Sum of RGB (Red+Green+Blue) = 171+21+57=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1539 is #54EAC6. Grayscale: #454545. Windows color (decimal): -5565127 or 3741099. OLE color: 3741099.

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

Color convert

RGB 171 21 57 -
CMYK 0 0.88 0.67 0.33
HSL 345.6º 0.78% 0.38% -
HSV(B) 345.6º 0.88% 0.67% -
XYZ 17.8 9.49 4.76 -
YUV 69.95 120.7 200.07 -
System Red Green Blue C M Y K H S L
Decimal 171 21 57 0 0.88 0.67 0.33 345.6 0.78 0.38
Hex AB 15 39 0 58 43 21 15A 4E 26
Octal 253 25 71 0 130 103 41 532 116 46
Binary 10101011 10101 111001 0 1011000 1000011 100001 101011010 1001110 100110

Color Harmonies of #AB1539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1539

Black with #AB1539

Text Example


Text Example

White with #AB1539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1539; }

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

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

background-color css

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

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

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

border-color css

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

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

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