Html Css Color HEX #AB2140 Cardinal

📋 copy color: '#AB2140'

red 171 ◦ green 33 ◦ blue 64

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

Shades of Cardinal #AB2140

Tints of Cardinal #AB2140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.31%

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

R = 63.81%
G = 12.31%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB2140 (or 0xAB2140) is known color: Cardinal. HEX triplet: AB, 21 and 40. RGB value is (171,33,64). Sum of RGB (Red+Green+Blue) = 171+33+64=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2140 is #54DEBF. Grayscale: #4D4D4D. Windows color (decimal): -5562048 or 4202923. OLE color: 4202923.

HSL color Cylindrical-coordinate representation of color #AB2140: hue angle of 346.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2140 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 33 64 -
CMYK 0 0.81 0.63 0.33
HSL 346.52º 0.68% 0.4% -
HSV(B) 346.52º 0.81% 0.67% -
XYZ 18.26 10.12 5.84 -
YUV 77.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 171 33 64 0 0.81 0.63 0.33 346.52 0.68 0.4
Hex AB 21 40 0 51 3F 21 15B 44 28
Octal 253 41 100 0 121 77 41 533 104 50
Binary 10101011 100001 1000000 0 1010001 111111 100001 101011011 1000100 101000

Color Harmonies of #AB2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2140

Black with #AB2140

Text Example


Text Example

White with #AB2140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2140; }

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

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

background-color css

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

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

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

border-color css

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

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

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