Html Css Color HEX #AB172E Cardinal

📋 copy color: '#AB172E'

red 171 ◦ green 23 ◦ blue 46

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

Shades of Cardinal #AB172E

Tints of Cardinal #AB172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.17%

R = 71.25%
G = 9.58%
B = 19.17%

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

#AB172E (or 0xAB172E) is known color: Cardinal. HEX triplet: AB, 17 and 2E. RGB value is (171,23,46). Sum of RGB (Red+Green+Blue) = 171+23+46=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB172E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB172E is #54E8D1. Grayscale: #454545. Windows color (decimal): -5564626 or 3020715. OLE color: 3020715.

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

Color convert

RGB 171 23 46 -
CMYK 0 0.87 0.73 0.33
HSL 350.68º 0.76% 0.38% -
HSV(B) 350.68º 0.87% 0.67% -
XYZ 17.59 9.47 3.48 -
YUV 69.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 171 23 46 0 0.87 0.73 0.33 350.68 0.76 0.38
Hex AB 17 2E 0 57 49 21 15F 4C 26
Octal 253 27 56 0 127 111 41 537 114 46
Binary 10101011 10111 101110 0 1010111 1001001 100001 101011111 1001100 100110

Color Harmonies of #AB172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB172E

Black with #AB172E

Text Example


Text Example

White with #AB172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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