Html Css Color HEX #AB1736 Cardinal

📋 copy color: '#AB1736'

red 171 ◦ green 23 ◦ blue 54

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

Shades of Cardinal #AB1736

Tints of Cardinal #AB1736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

 BLUE value IS 54 (21.48% from 255) = 21.77%

R = 68.95%
G = 9.27%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB1736 (or 0xAB1736) is known color: Cardinal. HEX triplet: AB, 17 and 36. RGB value is (171,23,54). Sum of RGB (Red+Green+Blue) = 171+23+54=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1736 is #54E8C9. Grayscale: #464646. Windows color (decimal): -5564618 or 3545003. OLE color: 3545003.

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

Color convert

RGB 171 23 54 -
CMYK 0 0.87 0.68 0.33
HSL 347.43º 0.76% 0.38% -
HSV(B) 347.43º 0.87% 0.67% -
XYZ 17.77 9.54 4.39 -
YUV 70.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 171 23 54 0 0.87 0.68 0.33 347.43 0.76 0.38
Hex AB 17 36 0 57 44 21 15B 4C 26
Octal 253 27 66 0 127 104 41 533 114 46
Binary 10101011 10111 110110 0 1010111 1000100 100001 101011011 1001100 100110

Color Harmonies of #AB1736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1736

Black with #AB1736

Text Example


Text Example

White with #AB1736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1736; }

 p { color: rgb(171,23,54); }

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

background-color css

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

 a { background-color: rgb(171,23,54); }

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

border-color css

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

 span { border-color: rgb(171,23,54); }

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