Html Css Color HEX #AB163D Cardinal

📋 copy color: '#AB163D'

red 171 ◦ green 22 ◦ blue 61

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

Shades of Cardinal #AB163D

Tints of Cardinal #AB163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 67.32%
G = 8.66%
B = 24.02%

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

#AB163D (or 0xAB163D) is known color: Cardinal. HEX triplet: AB, 16 and 3D. RGB value is (171,22,61). Sum of RGB (Red+Green+Blue) = 171+22+61=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB163D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB163D is #54E9C2. Grayscale: #464646. Windows color (decimal): -5564867 or 4003499. OLE color: 4003499.

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

Color convert

RGB 171 22 61 -
CMYK 0 0.87 0.64 0.33
HSL 344.3º 0.77% 0.38% -
HSV(B) 344.3º 0.87% 0.67% -
XYZ 17.92 9.57 5.32 -
YUV 71 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 171 22 61 0 0.87 0.64 0.33 344.3 0.77 0.38
Hex AB 16 3D 0 57 40 21 158 4D 26
Octal 253 26 75 0 127 100 41 530 115 46
Binary 10101011 10110 111101 0 1010111 1000000 100001 101011000 1001101 100110

Color Harmonies of #AB163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB163D

Black with #AB163D

Text Example


Text Example

White with #AB163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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