Html Css Color HEX #AB053A Cardinal

📋 copy color: '#AB053A'

red 171 ◦ green 5 ◦ blue 58

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

Shades of Cardinal #AB053A

Tints of Cardinal #AB053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 73.08%
G = 2.14%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB053A (or 0xAB053A) is known color: Cardinal. HEX triplet: AB, 05 and 3A. RGB value is (171,5,58). Sum of RGB (Red+Green+Blue) = 171+5+58=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB053A is #54FAC5. Grayscale: #3C3C3C. Windows color (decimal): -5569222 or 3802539. OLE color: 3802539.

HSL color Cylindrical-coordinate representation of color #AB053A: hue angle of 340.84º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB053A is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 5 58 -
CMYK 0 0.97 0.66 0.33
HSL 340.84º 0.94% 0.35% -
HSV(B) 340.84º 0.97% 0.67% -
XYZ 17.61 9.07 4.83 -
YUV 60.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 171 5 58 0 0.97 0.66 0.33 340.84 0.94 0.35
Hex AB 5 3A 0 61 42 21 155 5E 23
Octal 253 5 72 0 141 102 41 525 136 43
Binary 10101011 101 111010 0 1100001 1000010 100001 101010101 1011110 100011

Color Harmonies of #AB053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB053A

Black with #AB053A

Text Example


Text Example

White with #AB053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB053A; }

 p { color: rgb(171,5,58); }

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

background-color css

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

 a { background-color: rgb(171,5,58); }

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

border-color css

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

 span { border-color: rgb(171,5,58); }

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