Html Css Color HEX #AB1729 Cardinal

📋 copy color: '#AB1729'

red 171 ◦ green 23 ◦ blue 41

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

Shades of Cardinal #AB1729

Tints of Cardinal #AB1729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 72.77%
G = 9.79%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AB1729 (or 0xAB1729) is known color: Cardinal. HEX triplet: AB, 17 and 29. RGB value is (171,23,41). Sum of RGB (Red+Green+Blue) = 171+23+41=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1729 is #54E8D6. Grayscale: #454545. Windows color (decimal): -5564631 or 2693035. OLE color: 2693035.

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

Color convert

RGB 171 23 41 -
CMYK 0 0.87 0.76 0.33
HSL 352.7º 0.76% 0.38% -
HSV(B) 352.7º 0.87% 0.67% -
XYZ 17.5 9.43 3 -
YUV 69.3 112.03 200.54 -
System Red Green Blue C M Y K H S L
Decimal 171 23 41 0 0.87 0.76 0.33 352.7 0.76 0.38
Hex AB 17 29 0 57 4C 21 161 4C 26
Octal 253 27 51 0 127 114 41 541 114 46
Binary 10101011 10111 101001 0 1010111 1001100 100001 101100001 1001100 100110

Color Harmonies of #AB1729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1729

Black with #AB1729

Text Example


Text Example

White with #AB1729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1729; }

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

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

background-color css

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

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

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

border-color css

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

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

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