Html Css Color HEX #AB122A Cardinal

📋 copy color: '#AB122A'

red 171 ◦ green 18 ◦ blue 42

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

Shades of Cardinal #AB122A

Tints of Cardinal #AB122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 74.03%
G = 7.79%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB122A (or 0xAB122A) is known color: Cardinal. HEX triplet: AB, 12 and 2A. RGB value is (171,18,42). Sum of RGB (Red+Green+Blue) = 171+18+42=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB122A is #54EDD5. Grayscale: #424242. Windows color (decimal): -5565910 or 2757291. OLE color: 2757291.

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

Color convert

RGB 171 18 42 -
CMYK 0 0.89 0.75 0.33
HSL 350.59º 0.81% 0.37% -
HSV(B) 350.59º 0.89% 0.67% -
XYZ 17.43 9.26 3.06 -
YUV 66.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 171 18 42 0 0.89 0.75 0.33 350.59 0.81 0.37
Hex AB 12 2A 0 59 4B 21 15F 51 25
Octal 253 22 52 0 131 113 41 537 121 45
Binary 10101011 10010 101010 0 1011001 1001011 100001 101011111 1010001 100101

Color Harmonies of #AB122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB122A

Black with #AB122A

Text Example


Text Example

White with #AB122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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