Html Css Color HEX #AB122F Cardinal

📋 copy color: '#AB122F'

red 171 ◦ green 18 ◦ blue 47

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

Shades of Cardinal #AB122F

Tints of Cardinal #AB122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.92%

R = 72.46%
G = 7.63%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB122F (or 0xAB122F) is known color: Cardinal. HEX triplet: AB, 12 and 2F. RGB value is (171,18,47). Sum of RGB (Red+Green+Blue) = 171+18+47=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB122F is #54EDD0. Grayscale: #434343. Windows color (decimal): -5565905 or 3084971. OLE color: 3084971.

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

Color convert

RGB 171 18 47 -
CMYK 0 0.89 0.73 0.33
HSL 348.63º 0.81% 0.37% -
HSV(B) 348.63º 0.89% 0.67% -
XYZ 17.52 9.3 3.56 -
YUV 67.05 116.69 202.14 -
System Red Green Blue C M Y K H S L
Decimal 171 18 47 0 0.89 0.73 0.33 348.63 0.81 0.37
Hex AB 12 2F 0 59 49 21 15D 51 25
Octal 253 22 57 0 131 111 41 535 121 45
Binary 10101011 10010 101111 0 1011001 1001001 100001 101011101 1010001 100101

Color Harmonies of #AB122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB122F

Black with #AB122F

Text Example


Text Example

White with #AB122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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