Html Css Color HEX #AB173B Cardinal

📋 copy color: '#AB173B'

red 171 ◦ green 23 ◦ blue 59

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

Shades of Cardinal #AB173B

Tints of Cardinal #AB173B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.32%

R = 67.59%
G = 9.09%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB173B (or 0xAB173B) is known color: Cardinal. HEX triplet: AB, 17 and 3B. RGB value is (171,23,59). Sum of RGB (Red+Green+Blue) = 171+23+59=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB173B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB173B is #54E8C4. Grayscale: #474747. Windows color (decimal): -5564613 or 3872683. OLE color: 3872683.

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

Color convert

RGB 171 23 59 -
CMYK 0 0.87 0.65 0.33
HSL 345.41º 0.76% 0.38% -
HSV(B) 345.41º 0.87% 0.67% -
XYZ 17.89 9.59 5.05 -
YUV 71.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 171 23 59 0 0.87 0.65 0.33 345.41 0.76 0.38
Hex AB 17 3B 0 57 41 21 159 4C 26
Octal 253 27 73 0 127 101 41 531 114 46
Binary 10101011 10111 111011 0 1010111 1000001 100001 101011001 1001100 100110

Color Harmonies of #AB173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB173B

Black with #AB173B

Text Example


Text Example

White with #AB173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB173B; }

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

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

background-color css

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

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

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

border-color css

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

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

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