Html Css Color HEX #AB172B Cardinal

📋 copy color: '#AB172B'

red 171 ◦ green 23 ◦ blue 43

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

Shades of Cardinal #AB172B

Tints of Cardinal #AB172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.14%

R = 72.15%
G = 9.7%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB172B (or 0xAB172B) is known color: Cardinal. HEX triplet: AB, 17 and 2B. RGB value is (171,23,43). Sum of RGB (Red+Green+Blue) = 171+23+43=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB172B is #54E8D4. Grayscale: #454545. Windows color (decimal): -5564629 or 2824107. OLE color: 2824107.

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

Color convert

RGB 171 23 43 -
CMYK 0 0.87 0.75 0.33
HSL 351.89º 0.76% 0.38% -
HSV(B) 351.89º 0.87% 0.67% -
XYZ 17.54 9.45 3.18 -
YUV 69.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 171 23 43 0 0.87 0.75 0.33 351.89 0.76 0.38
Hex AB 17 2B 0 57 4B 21 160 4C 26
Octal 253 27 53 0 127 113 41 540 114 46
Binary 10101011 10111 101011 0 1010111 1001011 100001 101100000 1001100 100110

Color Harmonies of #AB172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB172B

Black with #AB172B

Text Example


Text Example

White with #AB172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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