Html Css Color HEX #AB1640 Cardinal

📋 copy color: '#AB1640'

red 171 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #AB1640

Tints of Cardinal #AB1640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 66.54%
G = 8.56%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB1640 (or 0xAB1640) is known color: Cardinal. HEX triplet: AB, 16 and 40. RGB value is (171,22,64). Sum of RGB (Red+Green+Blue) = 171+22+64=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1640 is #54E9BF. Grayscale: #474747. Windows color (decimal): -5564864 or 4200107. OLE color: 4200107.

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

Color convert

RGB 171 22 64 -
CMYK 0 0.87 0.63 0.33
HSL 343.09º 0.77% 0.38% -
HSV(B) 343.09º 0.87% 0.67% -
XYZ 18.01 9.6 5.75 -
YUV 71.34 123.86 199.08 -
System Red Green Blue C M Y K H S L
Decimal 171 22 64 0 0.87 0.63 0.33 343.09 0.77 0.38
Hex AB 16 40 0 57 3F 21 157 4D 26
Octal 253 26 100 0 127 77 41 527 115 46
Binary 10101011 10110 1000000 0 1010111 111111 100001 101010111 1001101 100110

Color Harmonies of #AB1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1640

Black with #AB1640

Text Example


Text Example

White with #AB1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1640; }

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

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

background-color css

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

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

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

border-color css

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

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

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