Html Css Color HEX #AB172F Cardinal

📋 copy color: '#AB172F'

red 171 ◦ green 23 ◦ blue 47

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

Shades of Cardinal #AB172F

Tints of Cardinal #AB172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.5%

R = 70.95%
G = 9.54%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB172F (or 0xAB172F) is known color: Cardinal. HEX triplet: AB, 17 and 2F. RGB value is (171,23,47). Sum of RGB (Red+Green+Blue) = 171+23+47=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB172F is #54E8D0. Grayscale: #464646. Windows color (decimal): -5564625 or 3086251. OLE color: 3086251.

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

Color convert

RGB 171 23 47 -
CMYK 0 0.87 0.73 0.33
HSL 350.27º 0.76% 0.38% -
HSV(B) 350.27º 0.87% 0.67% -
XYZ 17.61 9.48 3.59 -
YUV 69.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 171 23 47 0 0.87 0.73 0.33 350.27 0.76 0.38
Hex AB 17 2F 0 57 49 21 15E 4C 26
Octal 253 27 57 0 127 111 41 536 114 46
Binary 10101011 10111 101111 0 1010111 1001001 100001 101011110 1001100 100110

Color Harmonies of #AB172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB172F

Black with #AB172F

Text Example


Text Example

White with #AB172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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