Html Css Color HEX #AB172A Cardinal

📋 copy color: '#AB172A'

red 171 ◦ green 23 ◦ blue 42

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

Shades of Cardinal #AB172A

Tints of Cardinal #AB172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.8%

R = 72.46%
G = 9.75%
B = 17.8%

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

#AB172A (or 0xAB172A) is known color: Cardinal. HEX triplet: AB, 17 and 2A. RGB value is (171,23,42). Sum of RGB (Red+Green+Blue) = 171+23+42=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB172A is #54E8D5. Grayscale: #454545. Windows color (decimal): -5564630 or 2758571. OLE color: 2758571.

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

Color convert

RGB 171 23 42 -
CMYK 0 0.87 0.75 0.33
HSL 352.3º 0.76% 0.38% -
HSV(B) 352.3º 0.87% 0.67% -
XYZ 17.52 9.44 3.09 -
YUV 69.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 171 23 42 0 0.87 0.75 0.33 352.3 0.76 0.38
Hex AB 17 2A 0 57 4B 21 160 4C 26
Octal 253 27 52 0 127 113 41 540 114 46
Binary 10101011 10111 101010 0 1010111 1001011 100001 101100000 1001100 100110

Color Harmonies of #AB172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB172A

Black with #AB172A

Text Example


Text Example

White with #AB172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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