Html Css Color HEX #AB1743 Cardinal

📋 copy color: '#AB1743'

red 171 ◦ green 23 ◦ blue 67

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

Shades of Cardinal #AB1743

Tints of Cardinal #AB1743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.67%

R = 65.52%
G = 8.81%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB1743 (or 0xAB1743) is known color: Cardinal. HEX triplet: AB, 17 and 43. RGB value is (171,23,67). Sum of RGB (Red+Green+Blue) = 171+23+67=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1743 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1743 is #54E8BC. Grayscale: #484848. Windows color (decimal): -5564605 or 4396971. OLE color: 4396971.

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

Color convert

RGB 171 23 67 -
CMYK 0 0.87 0.61 0.33
HSL 342.16º 0.76% 0.38% -
HSV(B) 342.16º 0.87% 0.67% -
XYZ 18.11 9.68 6.22 -
YUV 72.27 125.03 198.42 -
System Red Green Blue C M Y K H S L
Decimal 171 23 67 0 0.87 0.61 0.33 342.16 0.76 0.38
Hex AB 17 43 0 57 3D 21 156 4C 26
Octal 253 27 103 0 127 75 41 526 114 46
Binary 10101011 10111 1000011 0 1010111 111101 100001 101010110 1001100 100110

Color Harmonies of #AB1743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1743

Black with #AB1743

Text Example


Text Example

White with #AB1743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1743; }

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

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

background-color css

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

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

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

border-color css

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

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

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