Html Css Color HEX #AB1728 Cardinal

📋 copy color: '#AB1728'

red 171 ◦ green 23 ◦ blue 40

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

Shades of Cardinal #AB1728

Tints of Cardinal #AB1728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.09%

R = 73.08%
G = 9.83%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB1728 (or 0xAB1728) is known color: Cardinal. HEX triplet: AB, 17 and 28. RGB value is (171,23,40). Sum of RGB (Red+Green+Blue) = 171+23+40=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1728 is #54E8D7. Grayscale: #454545. Windows color (decimal): -5564632 or 2627499. OLE color: 2627499.

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

Color convert

RGB 171 23 40 -
CMYK 0 0.87 0.77 0.33
HSL 353.11º 0.76% 0.38% -
HSV(B) 353.11º 0.87% 0.67% -
XYZ 17.48 9.42 2.9 -
YUV 69.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 171 23 40 0 0.87 0.77 0.33 353.11 0.76 0.38
Hex AB 17 28 0 57 4D 21 161 4C 26
Octal 253 27 50 0 127 115 41 541 114 46
Binary 10101011 10111 101000 0 1010111 1001101 100001 101100001 1001100 100110

Color Harmonies of #AB1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1728

Black with #AB1728

Text Example


Text Example

White with #AB1728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1728; }

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

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

background-color css

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

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

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

border-color css

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

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

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