Html Css Color HEX #AB2136 Cardinal

📋 copy color: '#AB2136'

red 171 ◦ green 33 ◦ blue 54

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

Shades of Cardinal #AB2136

Tints of Cardinal #AB2136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.93%

R = 66.28%
G = 12.79%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB2136 (or 0xAB2136) is known color: Cardinal. HEX triplet: AB, 21 and 36. RGB value is (171,33,54). Sum of RGB (Red+Green+Blue) = 171+33+54=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2136 is #54DEC9. Grayscale: #4C4C4C. Windows color (decimal): -5562058 or 3547563. OLE color: 3547563.

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

Color convert

RGB 171 33 54 -
CMYK 0 0.81 0.68 0.33
HSL 350.87º 0.68% 0.4% -
HSV(B) 350.87º 0.81% 0.67% -
XYZ 18 10.01 4.47 -
YUV 76.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 171 33 54 0 0.81 0.68 0.33 350.87 0.68 0.4
Hex AB 21 36 0 51 44 21 15F 44 28
Octal 253 41 66 0 121 104 41 537 104 50
Binary 10101011 100001 110110 0 1010001 1000100 100001 101011111 1000100 101000

Color Harmonies of #AB2136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2136

Black with #AB2136

Text Example


Text Example

White with #AB2136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2136; }

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

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

background-color css

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

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

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

border-color css

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

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

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