Html Css Color HEX #AD0045 Jazzberry Jam

📋 copy color: '#AD0045'

red 173 ◦ green 0 ◦ blue 69

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

Shades of Jazzberry Jam #AD0045

Tints of Jazzberry Jam #AD0045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.49%
G = 0%
B = 28.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD0045 (or 0xAD0045) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 45. RGB value is (173,0,69). Sum of RGB (Red+Green+Blue) = 173+0+69=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0045 is #52FFBA. Grayscale: #3B3B3B. Windows color (decimal): -5439419 or 4522157. OLE color: 4522157.

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

Color convert

RGB 173 0 69 -
CMYK 0 1 0.60 0.32
HSL 336.07º 1% 0.34% -
HSV(B) 336.07º 1% 0.68% -
XYZ 18.31 9.31 6.46 -
YUV 59.59 133.31 208.89 -
System Red Green Blue C M Y K H S L
Decimal 173 0 69 0 1 0.60 0.32 336.07 1 0.34
Hex AD 0 45 0 64 3C 20 150 64 22
Octal 255 0 105 0 144 74 40 520 144 42
Binary 10101101 0 1000101 0 1100100 111100 100000 101010000 1100100 100010

Color Harmonies of #AD0045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0045

Black with #AD0045

Text Example


Text Example

White with #AD0045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0045; }

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

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

background-color css

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

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

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

border-color css

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

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

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