Html Css Color HEX #AB163E Cardinal

📋 copy color: '#AB163E'

red 171 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #AB163E

Tints of Cardinal #AB163E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.31%

R = 67.06%
G = 8.63%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB163E (or 0xAB163E) is known color: Cardinal. HEX triplet: AB, 16 and 3E. RGB value is (171,22,62). Sum of RGB (Red+Green+Blue) = 171+22+62=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB163E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB163E is #54E9C1. Grayscale: #474747. Windows color (decimal): -5564866 or 4069035. OLE color: 4069035.

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

Color convert

RGB 171 22 62 -
CMYK 0 0.87 0.64 0.33
HSL 343.89º 0.77% 0.38% -
HSV(B) 343.89º 0.87% 0.67% -
XYZ 17.95 9.58 5.46 -
YUV 71.11 122.86 199.25 -
System Red Green Blue C M Y K H S L
Decimal 171 22 62 0 0.87 0.64 0.33 343.89 0.77 0.38
Hex AB 16 3E 0 57 40 21 158 4D 26
Octal 253 26 76 0 127 100 41 530 115 46
Binary 10101011 10110 111110 0 1010111 1000000 100001 101011000 1001101 100110

Color Harmonies of #AB163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB163E

Black with #AB163E

Text Example


Text Example

White with #AB163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB163E; }

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

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

background-color css

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

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

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

border-color css

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

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

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