Html Css Color HEX #AB1232 Cardinal

📋 copy color: '#AB1232'

red 171 ◦ green 18 ◦ blue 50

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

Shades of Cardinal #AB1232

Tints of Cardinal #AB1232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.92%

R = 71.55%
G = 7.53%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB1232 (or 0xAB1232) is known color: Cardinal. HEX triplet: AB, 12 and 32. RGB value is (171,18,50). Sum of RGB (Red+Green+Blue) = 171+18+50=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1232 is #54EDCD. Grayscale: #434343. Windows color (decimal): -5565902 or 3281579. OLE color: 3281579.

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

Color convert

RGB 171 18 50 -
CMYK 0 0.89 0.71 0.33
HSL 347.45º 0.81% 0.37% -
HSV(B) 347.45º 0.89% 0.67% -
XYZ 17.59 9.32 3.89 -
YUV 67.4 118.19 201.9 -
System Red Green Blue C M Y K H S L
Decimal 171 18 50 0 0.89 0.71 0.33 347.45 0.81 0.37
Hex AB 12 32 0 59 47 21 15B 51 25
Octal 253 22 62 0 131 107 41 533 121 45
Binary 10101011 10010 110010 0 1011001 1000111 100001 101011011 1010001 100101

Color Harmonies of #AB1232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1232

Black with #AB1232

Text Example


Text Example

White with #AB1232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1232; }

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

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

background-color css

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

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

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

border-color css

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

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

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