Html Css Color HEX #AB2539 Cardinal

📋 copy color: '#AB2539'

red 171 ◦ green 37 ◦ blue 57

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

Shades of Cardinal #AB2539

Tints of Cardinal #AB2539

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 57 (22.66% from 255) = 21.51%

R = 64.53%
G = 13.96%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB2539 (or 0xAB2539) is known color: Cardinal. HEX triplet: AB, 25 and 39. RGB value is (171,37,57). Sum of RGB (Red+Green+Blue) = 171+37+57=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2539 is #54DAC6. Grayscale: #4F4F4F. Windows color (decimal): -5561031 or 3745195. OLE color: 3745195.

HSL color Cylindrical-coordinate representation of color #AB2539: hue angle of 351.04º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2539 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 37 57 -
CMYK 0 0.78 0.67 0.33
HSL 351.04º 0.64% 0.41% -
HSV(B) 351.04º 0.78% 0.67% -
XYZ 18.19 10.28 4.9 -
YUV 79.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 171 37 57 0 0.78 0.67 0.33 351.04 0.64 0.41
Hex AB 25 39 0 4E 43 21 15F 40 29
Octal 253 45 71 0 116 103 41 537 100 51
Binary 10101011 100101 111001 0 1001110 1000011 100001 101011111 1000000 101001

Color Harmonies of #AB2539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2539

Black with #AB2539

Text Example


Text Example

White with #AB2539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2539; }

 p { color: rgb(171,37,57); }

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

background-color css

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

 a { background-color: rgb(171,37,57); }

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

border-color css

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

 span { border-color: rgb(171,37,57); }

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