Html Css Color HEX #AD053A Cardinal

📋 copy color: '#AD053A'

red 173 ◦ green 5 ◦ blue 58

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

Shades of Cardinal #AD053A

Tints of Cardinal #AD053A

RGB

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

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

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

R = 73.31%
G = 2.12%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD053A (or 0xAD053A) is known color: Cardinal. HEX triplet: AD, 05 and 3A. RGB value is (173,5,58). Sum of RGB (Red+Green+Blue) = 173+5+58=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD053A is #52FAC5. Grayscale: #3D3D3D. Windows color (decimal): -5438150 or 3802541. OLE color: 3802541.

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

Color convert

RGB 173 5 58 -
CMYK 0 0.97 0.66 0.32
HSL 341.07º 0.94% 0.35% -
HSV(B) 341.07º 0.97% 0.68% -
XYZ 18.05 9.3 4.85 -
YUV 61.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 173 5 58 0 0.97 0.66 0.32 341.07 0.94 0.35
Hex AD 5 3A 0 61 42 20 155 5E 23
Octal 255 5 72 0 141 102 40 525 136 43
Binary 10101101 101 111010 0 1100001 1000010 100000 101010101 1011110 100011

Color Harmonies of #AD053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD053A

Black with #AD053A

Text Example


Text Example

White with #AD053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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