Html Css Color HEX #AD0245 Jazzberry Jam

📋 copy color: '#AD0245'

red 173 ◦ green 2 ◦ blue 69

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

Shades of Jazzberry Jam #AD0245

Tints of Jazzberry Jam #AD0245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 70.9%
G = 0.82%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD0245 (or 0xAD0245) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 45. RGB value is (173,2,69). Sum of RGB (Red+Green+Blue) = 173+2+69=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0245 is #52FDBA. Grayscale: #3C3C3C. Windows color (decimal): -5438907 or 4522669. OLE color: 4522669.

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

Color convert

RGB 173 2 69 -
CMYK 0 0.99 0.60 0.32
HSL 336.49º 0.98% 0.34% -
HSV(B) 336.49º 0.99% 0.68% -
XYZ 18.33 9.36 6.47 -
YUV 60.77 132.65 208.05 -
System Red Green Blue C M Y K H S L
Decimal 173 2 69 0 0.99 0.60 0.32 336.49 0.98 0.34
Hex AD 2 45 0 63 3C 20 150 62 22
Octal 255 2 105 0 143 74 40 520 142 42
Binary 10101101 10 1000101 0 1100011 111100 100000 101010000 1100010 100010

Color Harmonies of #AD0245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0245

Black with #AD0245

Text Example


Text Example

White with #AD0245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0245; }

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

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

background-color css

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

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

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

border-color css

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

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

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