Html Css Color HEX #AB2132 Cardinal

📋 copy color: '#AB2132'

red 171 ◦ green 33 ◦ blue 50

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

Shades of Cardinal #AB2132

Tints of Cardinal #AB2132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.69%

R = 67.32%
G = 12.99%
B = 19.69%

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

#AB2132 (or 0xAB2132) is known color: Cardinal. HEX triplet: AB, 21 and 32. RGB value is (171,33,50). Sum of RGB (Red+Green+Blue) = 171+33+50=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2132 is #54DECD. Grayscale: #4C4C4C. Windows color (decimal): -5562062 or 3285419. OLE color: 3285419.

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

Color convert

RGB 171 33 50 -
CMYK 0 0.81 0.71 0.33
HSL 352.61º 0.68% 0.4% -
HSV(B) 352.61º 0.81% 0.67% -
XYZ 17.91 9.98 4 -
YUV 76.2 113.22 195.62 -
System Red Green Blue C M Y K H S L
Decimal 171 33 50 0 0.81 0.71 0.33 352.61 0.68 0.4
Hex AB 21 32 0 51 47 21 161 44 28
Octal 253 41 62 0 121 107 41 541 104 50
Binary 10101011 100001 110010 0 1010001 1000111 100001 101100001 1000100 101000

Color Harmonies of #AB2132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2132

Black with #AB2132

Text Example


Text Example

White with #AB2132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2132; }

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

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

background-color css

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

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

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

border-color css

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

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

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