Html Css Color HEX #AB213E Cardinal

📋 copy color: '#AB213E'

red 171 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #AB213E

Tints of Cardinal #AB213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.31%

R = 64.29%
G = 12.41%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB213E (or 0xAB213E) is known color: Cardinal. HEX triplet: AB, 21 and 3E. RGB value is (171,33,62). Sum of RGB (Red+Green+Blue) = 171+33+62=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB213E is #54DEC1. Grayscale: #4D4D4D. Windows color (decimal): -5562050 or 4071851. OLE color: 4071851.

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

Color convert

RGB 171 33 62 -
CMYK 0 0.81 0.64 0.33
HSL 347.39º 0.68% 0.4% -
HSV(B) 347.39º 0.81% 0.67% -
XYZ 18.21 10.09 5.55 -
YUV 77.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 171 33 62 0 0.81 0.64 0.33 347.39 0.68 0.4
Hex AB 21 3E 0 51 40 21 15B 44 28
Octal 253 41 76 0 121 100 41 533 104 50
Binary 10101011 100001 111110 0 1010001 1000000 100001 101011011 1000100 101000

Color Harmonies of #AB213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB213E

Black with #AB213E

Text Example


Text Example

White with #AB213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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