Html Css Color HEX #AB1244 Cardinal

📋 copy color: '#AB1244'

red 171 ◦ green 18 ◦ blue 68

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

Shades of Cardinal #AB1244

Tints of Cardinal #AB1244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

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

R = 66.54%
G = 7%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB1244 (or 0xAB1244) is known color: Cardinal. HEX triplet: AB, 12 and 44. RGB value is (171,18,68). Sum of RGB (Red+Green+Blue) = 171+18+68=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1244 is #54EDBB. Grayscale: #454545. Windows color (decimal): -5565884 or 4461227. OLE color: 4461227.

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

Color convert

RGB 171 18 68 -
CMYK 0 0.89 0.60 0.33
HSL 340.39º 0.81% 0.37% -
HSV(B) 340.39º 0.89% 0.67% -
XYZ 18.05 9.51 6.35 -
YUV 69.45 127.19 200.43 -
System Red Green Blue C M Y K H S L
Decimal 171 18 68 0 0.89 0.60 0.33 340.39 0.81 0.37
Hex AB 12 44 0 59 3C 21 154 51 25
Octal 253 22 104 0 131 74 41 524 121 45
Binary 10101011 10010 1000100 0 1011001 111100 100001 101010100 1010001 100101

Color Harmonies of #AB1244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1244

Black with #AB1244

Text Example


Text Example

White with #AB1244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1244; }

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

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

background-color css

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

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

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

border-color css

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

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

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