Html Css Color HEX #AB053C Cardinal

📋 copy color: '#AB053C'

red 171 ◦ green 5 ◦ blue 60

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

Shades of Cardinal #AB053C

Tints of Cardinal #AB053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.42%

R = 72.46%
G = 2.12%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB053C (or 0xAB053C) is known color: Cardinal. HEX triplet: AB, 05 and 3C. RGB value is (171,5,60). Sum of RGB (Red+Green+Blue) = 171+5+60=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB053C is #54FAC3. Grayscale: #3C3C3C. Windows color (decimal): -5569220 or 3933611. OLE color: 3933611.

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

Color convert

RGB 171 5 60 -
CMYK 0 0.97 0.65 0.33
HSL 340.12º 0.94% 0.35% -
HSV(B) 340.12º 0.97% 0.67% -
XYZ 17.66 9.09 5.1 -
YUV 60.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 171 5 60 0 0.97 0.65 0.33 340.12 0.94 0.35
Hex AB 5 3C 0 61 41 21 154 5E 23
Octal 253 5 74 0 141 101 41 524 136 43
Binary 10101011 101 111100 0 1100001 1000001 100001 101010100 1011110 100011

Color Harmonies of #AB053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB053C

Black with #AB053C

Text Example


Text Example

White with #AB053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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