Html Css Color HEX #AB1546 Cardinal

📋 copy color: '#AB1546'

red 171 ◦ green 21 ◦ blue 70

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

Shades of Cardinal #AB1546

Tints of Cardinal #AB1546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.72%

R = 65.27%
G = 8.02%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB1546 (or 0xAB1546) is known color: Cardinal. HEX triplet: AB, 15 and 46. RGB value is (171,21,70). Sum of RGB (Red+Green+Blue) = 171+21+70=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1546 is #54EAB9. Grayscale: #474747. Windows color (decimal): -5565114 or 4593067. OLE color: 4593067.

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

Color convert

RGB 171 21 70 -
CMYK 0 0.88 0.59 0.33
HSL 340.4º 0.78% 0.38% -
HSV(B) 340.4º 0.88% 0.67% -
XYZ 18.17 9.64 6.7 -
YUV 71.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 171 21 70 0 0.88 0.59 0.33 340.4 0.78 0.38
Hex AB 15 46 0 58 3B 21 154 4E 26
Octal 253 25 106 0 130 73 41 524 116 46
Binary 10101011 10101 1000110 0 1011000 111011 100001 101010100 1001110 100110

Color Harmonies of #AB1546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1546

Black with #AB1546

Text Example


Text Example

White with #AB1546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1546; }

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

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

background-color css

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

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

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

border-color css

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

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

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