Html Css Color HEX #AB2141 Cardinal

📋 copy color: '#AB2141'

red 171 ◦ green 33 ◦ blue 65

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

Shades of Cardinal #AB2141

Tints of Cardinal #AB2141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 63.57%
G = 12.27%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB2141 (or 0xAB2141) is known color: Cardinal. HEX triplet: AB, 21 and 41. RGB value is (171,33,65). Sum of RGB (Red+Green+Blue) = 171+33+65=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2141 is #54DEBE. Grayscale: #4D4D4D. Windows color (decimal): -5562047 or 4268459. OLE color: 4268459.

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

Color convert

RGB 171 33 65 -
CMYK 0 0.81 0.62 0.33
HSL 346.09º 0.68% 0.4% -
HSV(B) 346.09º 0.81% 0.67% -
XYZ 18.29 10.13 5.99 -
YUV 77.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 171 33 65 0 0.81 0.62 0.33 346.09 0.68 0.4
Hex AB 21 41 0 51 3E 21 15A 44 28
Octal 253 41 101 0 121 76 41 532 104 50
Binary 10101011 100001 1000001 0 1010001 111110 100001 101011010 1000100 101000

Color Harmonies of #AB2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2141

Black with #AB2141

Text Example


Text Example

White with #AB2141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2141; }

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

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

background-color css

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

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

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

border-color css

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

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

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