Html Css Color HEX #AB173D Cardinal

📋 copy color: '#AB173D'

red 171 ◦ green 23 ◦ blue 61

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

Shades of Cardinal #AB173D

Tints of Cardinal #AB173D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.02%

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

R = 67.06%
G = 9.02%
B = 23.92%

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

#AB173D (or 0xAB173D) is known color: Cardinal. HEX triplet: AB, 17 and 3D. RGB value is (171,23,61). Sum of RGB (Red+Green+Blue) = 171+23+61=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB173D is #54E8C2. Grayscale: #474747. Windows color (decimal): -5564611 or 4003755. OLE color: 4003755.

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

Color convert

RGB 171 23 61 -
CMYK 0 0.87 0.64 0.33
HSL 344.59º 0.76% 0.38% -
HSV(B) 344.59º 0.87% 0.67% -
XYZ 17.94 9.61 5.32 -
YUV 71.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 171 23 61 0 0.87 0.64 0.33 344.59 0.76 0.38
Hex AB 17 3D 0 57 40 21 159 4C 26
Octal 253 27 75 0 127 100 41 531 114 46
Binary 10101011 10111 111101 0 1010111 1000000 100001 101011001 1001100 100110

Color Harmonies of #AB173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB173D

Black with #AB173D

Text Example


Text Example

White with #AB173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB173D; }

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

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

background-color css

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

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

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

border-color css

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

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

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