Html Css Color HEX #AB163F Cardinal

📋 copy color: '#AB163F'

red 171 ◦ green 22 ◦ blue 63

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

Shades of Cardinal #AB163F

Tints of Cardinal #AB163F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.61%

R = 66.8%
G = 8.59%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB163F (or 0xAB163F) is known color: Cardinal. HEX triplet: AB, 16 and 3F. RGB value is (171,22,63). Sum of RGB (Red+Green+Blue) = 171+22+63=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB163F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB163F is #54E9C0. Grayscale: #474747. Windows color (decimal): -5564865 or 4134571. OLE color: 4134571.

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

Color convert

RGB 171 22 63 -
CMYK 0 0.87 0.63 0.33
HSL 343.49º 0.77% 0.38% -
HSV(B) 343.49º 0.87% 0.67% -
XYZ 17.98 9.59 5.61 -
YUV 71.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 171 22 63 0 0.87 0.63 0.33 343.49 0.77 0.38
Hex AB 16 3F 0 57 3F 21 157 4D 26
Octal 253 26 77 0 127 77 41 527 115 46
Binary 10101011 10110 111111 0 1010111 111111 100001 101010111 1001101 100110

Color Harmonies of #AB163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB163F

Black with #AB163F

Text Example


Text Example

White with #AB163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB163F; }

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

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

background-color css

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

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

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

border-color css

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

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

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