Html Css Color HEX #AB2031 Cardinal

📋 copy color: '#AB2031'

red 171 ◦ green 32 ◦ blue 49

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

Shades of Cardinal #AB2031

Tints of Cardinal #AB2031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.7%

 BLUE value IS 49 (19.53% from 255) = 19.44%

R = 67.86%
G = 12.7%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB2031 (or 0xAB2031) is known color: Cardinal. HEX triplet: AB, 20 and 31. RGB value is (171,32,49). Sum of RGB (Red+Green+Blue) = 171+32+49=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2031 is #54DFCE. Grayscale: #4B4B4B. Windows color (decimal): -5562319 or 3219627. OLE color: 3219627.

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

Color convert

RGB 171 32 49 -
CMYK 0 0.81 0.71 0.33
HSL 352.66º 0.68% 0.4% -
HSV(B) 352.66º 0.81% 0.67% -
XYZ 17.87 9.91 3.88 -
YUV 75.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 171 32 49 0 0.81 0.71 0.33 352.66 0.68 0.4
Hex AB 20 31 0 51 47 21 161 44 28
Octal 253 40 61 0 121 107 41 541 104 50
Binary 10101011 100000 110001 0 1010001 1000111 100001 101100001 1000100 101000

Color Harmonies of #AB2031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2031

Black with #AB2031

Text Example


Text Example

White with #AB2031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2031; }

 p { color: rgb(171,32,49); }

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

background-color css

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

 a { background-color: rgb(171,32,49); }

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

border-color css

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

 span { border-color: rgb(171,32,49); }

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