Html Css Color HEX #AB1741 Cardinal

📋 copy color: '#AB1741'

red 171 ◦ green 23 ◦ blue 65

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

Shades of Cardinal #AB1741

Tints of Cardinal #AB1741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.1%

R = 66.02%
G = 8.88%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB1741 (or 0xAB1741) is known color: Cardinal. HEX triplet: AB, 17 and 41. RGB value is (171,23,65). Sum of RGB (Red+Green+Blue) = 171+23+65=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1741 is #54E8BE. Grayscale: #484848. Windows color (decimal): -5564607 or 4265899. OLE color: 4265899.

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

Color convert

RGB 171 23 65 -
CMYK 0 0.87 0.62 0.33
HSL 342.97º 0.76% 0.38% -
HSV(B) 342.97º 0.87% 0.67% -
XYZ 18.06 9.65 5.91 -
YUV 72.04 124.03 198.58 -
System Red Green Blue C M Y K H S L
Decimal 171 23 65 0 0.87 0.62 0.33 342.97 0.76 0.38
Hex AB 17 41 0 57 3E 21 157 4C 26
Octal 253 27 101 0 127 76 41 527 114 46
Binary 10101011 10111 1000001 0 1010111 111110 100001 101010111 1001100 100110

Color Harmonies of #AB1741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1741

Black with #AB1741

Text Example


Text Example

White with #AB1741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1741; }

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

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

background-color css

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

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

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

border-color css

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

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

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