Html Css Color HEX #AB1642 Cardinal

📋 copy color: '#AB1642'

red 171 ◦ green 22 ◦ blue 66

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

Shades of Cardinal #AB1642

Tints of Cardinal #AB1642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.49%

 BLUE value IS 66 (26.17% from 255) = 25.48%

R = 66.02%
G = 8.49%
B = 25.48%

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

#AB1642 (or 0xAB1642) is known color: Cardinal. HEX triplet: AB, 16 and 42. RGB value is (171,22,66). Sum of RGB (Red+Green+Blue) = 171+22+66=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1642 is #54E9BD. Grayscale: #474747. Windows color (decimal): -5564862 or 4331179. OLE color: 4331179.

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

Color convert

RGB 171 22 66 -
CMYK 0 0.87 0.61 0.33
HSL 342.28º 0.77% 0.38% -
HSV(B) 342.28º 0.87% 0.67% -
XYZ 18.06 9.63 6.06 -
YUV 71.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 171 22 66 0 0.87 0.61 0.33 342.28 0.77 0.38
Hex AB 16 42 0 57 3D 21 156 4D 26
Octal 253 26 102 0 127 75 41 526 115 46
Binary 10101011 10110 1000010 0 1010111 111101 100001 101010110 1001101 100110

Color Harmonies of #AB1642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1642

Black with #AB1642

Text Example


Text Example

White with #AB1642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1642; }

 p { color: rgb(171,22,66); }

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

background-color css

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

 a { background-color: rgb(171,22,66); }

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

border-color css

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

 span { border-color: rgb(171,22,66); }

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