Html Css Color HEX #AB1727 Cardinal

📋 copy color: '#AB1727'

red 171 ◦ green 23 ◦ blue 39

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

Shades of Cardinal #AB1727

Tints of Cardinal #AB1727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.74%

R = 73.39%
G = 9.87%
B = 16.74%

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

#AB1727 (or 0xAB1727) is known color: Cardinal. HEX triplet: AB, 17 and 27. RGB value is (171,23,39). Sum of RGB (Red+Green+Blue) = 171+23+39=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1727 is #54E8D8. Grayscale: #454545. Windows color (decimal): -5564633 or 2561963. OLE color: 2561963.

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

Color convert

RGB 171 23 39 -
CMYK 0 0.87 0.77 0.33
HSL 353.51º 0.76% 0.38% -
HSV(B) 353.51º 0.87% 0.67% -
XYZ 17.47 9.42 2.82 -
YUV 69.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 171 23 39 0 0.87 0.77 0.33 353.51 0.76 0.38
Hex AB 17 27 0 57 4D 21 162 4C 26
Octal 253 27 47 0 127 115 41 542 114 46
Binary 10101011 10111 100111 0 1010111 1001101 100001 101100010 1001100 100110

Color Harmonies of #AB1727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1727

Black with #AB1727

Text Example


Text Example

White with #AB1727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1727; }

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

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

background-color css

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

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

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

border-color css

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

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

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