Html Css Color HEX #AB162B Cardinal

📋 copy color: '#AB162B'

red 171 ◦ green 22 ◦ blue 43

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

Shades of Cardinal #AB162B

Tints of Cardinal #AB162B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.32%

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

R = 72.46%
G = 9.32%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB162B (or 0xAB162B) is known color: Cardinal. HEX triplet: AB, 16 and 2B. RGB value is (171,22,43). Sum of RGB (Red+Green+Blue) = 171+22+43=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB162B is #54E9D4. Grayscale: #454545. Windows color (decimal): -5564885 or 2823851. OLE color: 2823851.

HSL color Cylindrical-coordinate representation of color #AB162B: hue angle of 351.54º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB162B is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 22 43 -
CMYK 0 0.87 0.75 0.33
HSL 351.54º 0.77% 0.38% -
HSV(B) 351.54º 0.87% 0.67% -
XYZ 17.52 9.41 3.18 -
YUV 68.95 113.36 200.79 -
System Red Green Blue C M Y K H S L
Decimal 171 22 43 0 0.87 0.75 0.33 351.54 0.77 0.38
Hex AB 16 2B 0 57 4B 21 160 4D 26
Octal 253 26 53 0 127 113 41 540 115 46
Binary 10101011 10110 101011 0 1010111 1001011 100001 101100000 1001101 100110

Color Harmonies of #AB162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB162B

Black with #AB162B

Text Example


Text Example

White with #AB162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB162B; }

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

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

background-color css

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

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

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

border-color css

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

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

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