Html Css Color HEX #AD0345 Jazzberry Jam

📋 copy color: '#AD0345'

red 173 ◦ green 3 ◦ blue 69

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

Shades of Jazzberry Jam #AD0345

Tints of Jazzberry Jam #AD0345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.16%

R = 70.61%
G = 1.22%
B = 28.16%

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

#AD0345 (or 0xAD0345) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 45. RGB value is (173,3,69). Sum of RGB (Red+Green+Blue) = 173+3+69=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0345 is #52FCBA. Grayscale: #3D3D3D. Windows color (decimal): -5438651 or 4522925. OLE color: 4522925.

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

Color convert

RGB 173 3 69 -
CMYK 0 0.98 0.60 0.32
HSL 336.71º 0.97% 0.35% -
HSV(B) 336.71º 0.98% 0.68% -
XYZ 18.34 9.38 6.47 -
YUV 61.35 132.32 207.63 -
System Red Green Blue C M Y K H S L
Decimal 173 3 69 0 0.98 0.60 0.32 336.71 0.97 0.35
Hex AD 3 45 0 62 3C 20 151 61 23
Octal 255 3 105 0 142 74 40 521 141 43
Binary 10101101 11 1000101 0 1100010 111100 100000 101010001 1100001 100011

Color Harmonies of #AD0345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0345

Black with #AD0345

Text Example


Text Example

White with #AD0345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0345; }

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

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

background-color css

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

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

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

border-color css

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

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

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