Html Css Color HEX #AD1346 Cardinal

📋 copy color: '#AD1346'

red 173 ◦ green 19 ◦ blue 70

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

Shades of Cardinal #AD1346

Tints of Cardinal #AD1346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.25%

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

R = 66.03%
G = 7.25%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD1346 (or 0xAD1346) is known color: Cardinal. HEX triplet: AD, 13 and 46. RGB value is (173,19,70). Sum of RGB (Red+Green+Blue) = 173+19+70=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1346 is #52ECB9. Grayscale: #464646. Windows color (decimal): -5434554 or 4592557. OLE color: 4592557.

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

Color convert

RGB 173 19 70 -
CMYK 0 0.89 0.60 0.32
HSL 340.13º 0.8% 0.38% -
HSV(B) 340.13º 0.89% 0.68% -
XYZ 18.57 9.79 6.71 -
YUV 70.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 173 19 70 0 0.89 0.60 0.32 340.13 0.8 0.38
Hex AD 13 46 0 59 3C 20 154 50 26
Octal 255 23 106 0 131 74 40 524 120 46
Binary 10101101 10011 1000110 0 1011001 111100 100000 101010100 1010000 100110

Color Harmonies of #AD1346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1346

Black with #AD1346

Text Example


Text Example

White with #AD1346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1346; }

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

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

background-color css

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

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

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

border-color css

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

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

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