Html Css Color HEX #AD053E Cardinal

📋 copy color: '#AD053E'

red 173 ◦ green 5 ◦ blue 62

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

Shades of Cardinal #AD053E

Tints of Cardinal #AD053E

RGB

 RED value IS 173 (67.97% from 255) = 72.08%

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

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 72.08%
G = 2.08%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD053E (or 0xAD053E) is known color: Cardinal. HEX triplet: AD, 05 and 3E. RGB value is (173,5,62). Sum of RGB (Red+Green+Blue) = 173+5+62=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD053E is #52FAC1. Grayscale: #3D3D3D. Windows color (decimal): -5438146 or 4064685. OLE color: 4064685.

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

Color convert

RGB 173 5 62 -
CMYK 0 0.97 0.64 0.32
HSL 339.64º 0.94% 0.35% -
HSV(B) 339.64º 0.97% 0.68% -
XYZ 18.16 9.34 5.4 -
YUV 61.73 128.16 207.37 -
System Red Green Blue C M Y K H S L
Decimal 173 5 62 0 0.97 0.64 0.32 339.64 0.94 0.35
Hex AD 5 3E 0 61 40 20 154 5E 23
Octal 255 5 76 0 141 100 40 524 136 43
Binary 10101101 101 111110 0 1100001 1000000 100000 101010100 1011110 100011

Color Harmonies of #AD053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD053E

Black with #AD053E

Text Example


Text Example

White with #AD053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD053E; }

 p { color: rgb(173,5,62); }

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

background-color css

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

 a { background-color: rgb(173,5,62); }

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

border-color css

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

 span { border-color: rgb(173,5,62); }

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