Html Css Color HEX #AB2135 Cardinal

📋 copy color: '#AB2135'

red 171 ◦ green 33 ◦ blue 53

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

Shades of Cardinal #AB2135

Tints of Cardinal #AB2135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.62%

R = 66.54%
G = 12.84%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB2135 (or 0xAB2135) is known color: Cardinal. HEX triplet: AB, 21 and 35. RGB value is (171,33,53). Sum of RGB (Red+Green+Blue) = 171+33+53=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2135 is #54DECA. Grayscale: #4C4C4C. Windows color (decimal): -5562059 or 3482027. OLE color: 3482027.

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

Color convert

RGB 171 33 53 -
CMYK 0 0.81 0.69 0.33
HSL 351.3º 0.68% 0.4% -
HSV(B) 351.3º 0.81% 0.67% -
XYZ 17.98 10 4.35 -
YUV 76.54 114.72 195.37 -
System Red Green Blue C M Y K H S L
Decimal 171 33 53 0 0.81 0.69 0.33 351.3 0.68 0.4
Hex AB 21 35 0 51 45 21 15F 44 28
Octal 253 41 65 0 121 105 41 537 104 50
Binary 10101011 100001 110101 0 1010001 1000101 100001 101011111 1000100 101000

Color Harmonies of #AB2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2135

Black with #AB2135

Text Example


Text Example

White with #AB2135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2135; }

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

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

background-color css

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

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

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

border-color css

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

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

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