Html Css Color HEX #AB122D Cardinal

📋 copy color: '#AB122D'

red 171 ◦ green 18 ◦ blue 45

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

Shades of Cardinal #AB122D

Tints of Cardinal #AB122D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.23%

R = 73.08%
G = 7.69%
B = 19.23%

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

#AB122D (or 0xAB122D) is known color: Cardinal. HEX triplet: AB, 12 and 2D. RGB value is (171,18,45). Sum of RGB (Red+Green+Blue) = 171+18+45=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB122D is #54EDD2. Grayscale: #424242. Windows color (decimal): -5565907 or 2953899. OLE color: 2953899.

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

Color convert

RGB 171 18 45 -
CMYK 0 0.89 0.74 0.33
HSL 349.41º 0.81% 0.37% -
HSV(B) 349.41º 0.89% 0.67% -
XYZ 17.48 9.28 3.35 -
YUV 66.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 171 18 45 0 0.89 0.74 0.33 349.41 0.81 0.37
Hex AB 12 2D 0 59 4A 21 15D 51 25
Octal 253 22 55 0 131 112 41 535 121 45
Binary 10101011 10010 101101 0 1011001 1001010 100001 101011101 1010001 100101

Color Harmonies of #AB122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB122D

Black with #AB122D

Text Example


Text Example

White with #AB122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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