Html Css Color HEX #AB122B Cardinal

📋 copy color: '#AB122B'

red 171 ◦ green 18 ◦ blue 43

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

Shades of Cardinal #AB122B

Tints of Cardinal #AB122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.53%

R = 73.71%
G = 7.76%
B = 18.53%

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

#AB122B (or 0xAB122B) is known color: Cardinal. HEX triplet: AB, 12 and 2B. RGB value is (171,18,43). Sum of RGB (Red+Green+Blue) = 171+18+43=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB122B is #54EDD4. Grayscale: #424242. Windows color (decimal): -5565909 or 2822827. OLE color: 2822827.

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

Color convert

RGB 171 18 43 -
CMYK 0 0.89 0.75 0.33
HSL 350.2º 0.81% 0.37% -
HSV(B) 350.2º 0.89% 0.67% -
XYZ 17.45 9.26 3.15 -
YUV 66.6 114.69 202.47 -
System Red Green Blue C M Y K H S L
Decimal 171 18 43 0 0.89 0.75 0.33 350.2 0.81 0.37
Hex AB 12 2B 0 59 4B 21 15E 51 25
Octal 253 22 53 0 131 113 41 536 121 45
Binary 10101011 10010 101011 0 1011001 1001011 100001 101011110 1010001 100101

Color Harmonies of #AB122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB122B

Black with #AB122B

Text Example


Text Example

White with #AB122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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