Html Css Color HEX #AD0346 Jazzberry Jam

📋 copy color: '#AD0346'

red 173 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #AD0346

Tints of Jazzberry Jam #AD0346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 70.33%
G = 1.22%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD0346 (or 0xAD0346) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 46. RGB value is (173,3,70). Sum of RGB (Red+Green+Blue) = 173+3+70=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0346 is #52FCB9. Grayscale: #3D3D3D. Windows color (decimal): -5438650 or 4588461. OLE color: 4588461.

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

Color convert

RGB 173 3 70 -
CMYK 0 0.98 0.60 0.32
HSL 336.35º 0.97% 0.35% -
HSV(B) 336.35º 0.98% 0.68% -
XYZ 18.37 9.39 6.64 -
YUV 61.47 132.82 207.55 -
System Red Green Blue C M Y K H S L
Decimal 173 3 70 0 0.98 0.60 0.32 336.35 0.97 0.35
Hex AD 3 46 0 62 3C 20 150 61 23
Octal 255 3 106 0 142 74 40 520 141 43
Binary 10101101 11 1000110 0 1100010 111100 100000 101010000 1100001 100011

Color Harmonies of #AD0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0346

Black with #AD0346

Text Example


Text Example

White with #AD0346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0346; }

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

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

background-color css

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

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

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

border-color css

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

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

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