Html Css Color HEX #AB1444 Cardinal

📋 copy color: '#AB1444'

red 171 ◦ green 20 ◦ blue 68

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

Shades of Cardinal #AB1444

Tints of Cardinal #AB1444

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.72%

 BLUE value IS 68 (26.95% from 255) = 26.25%

R = 66.02%
G = 7.72%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB1444 (or 0xAB1444) is known color: Cardinal. HEX triplet: AB, 14 and 44. RGB value is (171,20,68). Sum of RGB (Red+Green+Blue) = 171+20+68=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1444 is #54EBBB. Grayscale: #464646. Windows color (decimal): -5565372 or 4461739. OLE color: 4461739.

HSL color Cylindrical-coordinate representation of color #AB1444: hue angle of 340.93º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1444 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 20 68 -
CMYK 0 0.88 0.60 0.33
HSL 340.93º 0.79% 0.37% -
HSV(B) 340.93º 0.88% 0.67% -
XYZ 18.09 9.58 6.36 -
YUV 70.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 171 20 68 0 0.88 0.60 0.33 340.93 0.79 0.37
Hex AB 14 44 0 58 3C 21 155 4F 25
Octal 253 24 104 0 130 74 41 525 117 45
Binary 10101011 10100 1000100 0 1011000 111100 100001 101010101 1001111 100101

Color Harmonies of #AB1444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1444

Black with #AB1444

Text Example


Text Example

White with #AB1444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1444; }

 p { color: rgb(171,20,68); }

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

background-color css

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

 a { background-color: rgb(171,20,68); }

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

border-color css

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

 span { border-color: rgb(171,20,68); }

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