Html Css Color HEX #AB122C Cardinal

📋 copy color: '#AB122C'

red 171 ◦ green 18 ◦ blue 44

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

Shades of Cardinal #AB122C

Tints of Cardinal #AB122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.88%

R = 73.39%
G = 7.73%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB122C (or 0xAB122C) is known color: Cardinal. HEX triplet: AB, 12 and 2C. RGB value is (171,18,44). Sum of RGB (Red+Green+Blue) = 171+18+44=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB122C is #54EDD3. Grayscale: #424242. Windows color (decimal): -5565908 or 2888363. OLE color: 2888363.

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

Color convert

RGB 171 18 44 -
CMYK 0 0.89 0.74 0.33
HSL 349.8º 0.81% 0.37% -
HSV(B) 349.8º 0.89% 0.67% -
XYZ 17.47 9.27 3.25 -
YUV 66.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 171 18 44 0 0.89 0.74 0.33 349.8 0.81 0.37
Hex AB 12 2C 0 59 4A 21 15E 51 25
Octal 253 22 54 0 131 112 41 536 121 45
Binary 10101011 10010 101100 0 1011001 1001010 100001 101011110 1010001 100101

Color Harmonies of #AB122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB122C

Black with #AB122C

Text Example


Text Example

White with #AB122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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