Html Css Color HEX #AB173A Cardinal

📋 copy color: '#AB173A'

red 171 ◦ green 23 ◦ blue 58

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

Shades of Cardinal #AB173A

Tints of Cardinal #AB173A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 67.86%
G = 9.13%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB173A (or 0xAB173A) is known color: Cardinal. HEX triplet: AB, 17 and 3A. RGB value is (171,23,58). Sum of RGB (Red+Green+Blue) = 171+23+58=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB173A is #54E8C5. Grayscale: #474747. Windows color (decimal): -5564614 or 3807147. OLE color: 3807147.

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

Color convert

RGB 171 23 58 -
CMYK 0 0.87 0.66 0.33
HSL 345.81º 0.76% 0.38% -
HSV(B) 345.81º 0.87% 0.67% -
XYZ 17.86 9.58 4.91 -
YUV 71.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 171 23 58 0 0.87 0.66 0.33 345.81 0.76 0.38
Hex AB 17 3A 0 57 42 21 15A 4C 26
Octal 253 27 72 0 127 102 41 532 114 46
Binary 10101011 10111 111010 0 1010111 1000010 100001 101011010 1001100 100110

Color Harmonies of #AB173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB173A

Black with #AB173A

Text Example


Text Example

White with #AB173A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB173A; }

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

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

background-color css

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

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

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

border-color css

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

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

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