Html Css Color HEX #AD1746 Cardinal

📋 copy color: '#AD1746'

red 173 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #AD1746

Tints of Cardinal #AD1746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

 BLUE value IS 70 (27.73% from 255) = 26.32%

R = 65.04%
G = 8.65%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD1746 (or 0xAD1746) is known color: Cardinal. HEX triplet: AD, 17 and 46. RGB value is (173,23,70). Sum of RGB (Red+Green+Blue) = 173+23+70=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1746 is #52E8B9. Grayscale: #494949. Windows color (decimal): -5433530 or 4593581. OLE color: 4593581.

HSL color Cylindrical-coordinate representation of color #AD1746: hue angle of 341.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1746 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 23 70 -
CMYK 0 0.87 0.60 0.32
HSL 341.2º 0.77% 0.38% -
HSV(B) 341.2º 0.87% 0.68% -
XYZ 18.65 9.94 6.73 -
YUV 73.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 173 23 70 0 0.87 0.60 0.32 341.2 0.77 0.38
Hex AD 17 46 0 57 3C 20 155 4D 26
Octal 255 27 106 0 127 74 40 525 115 46
Binary 10101101 10111 1000110 0 1010111 111100 100000 101010101 1001101 100110

Color Harmonies of #AD1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1746

Black with #AD1746

Text Example


Text Example

White with #AD1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1746; }

 p { color: rgb(173,23,70); }

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

background-color css

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

 a { background-color: rgb(173,23,70); }

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

border-color css

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

 span { border-color: rgb(173,23,70); }

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