Html Css Color HEX #AD0243 Jazzberry Jam

📋 copy color: '#AD0243'

red 173 ◦ green 2 ◦ blue 67

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

Shades of Jazzberry Jam #AD0243

Tints of Jazzberry Jam #AD0243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.69%

R = 71.49%
G = 0.83%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD0243 (or 0xAD0243) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 43. RGB value is (173,2,67). Sum of RGB (Red+Green+Blue) = 173+2+67=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0243 is #52FDBC. Grayscale: #3C3C3C. Windows color (decimal): -5438909 or 4391597. OLE color: 4391597.

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

Color convert

RGB 173 2 67 -
CMYK 0 0.99 0.61 0.32
HSL 337.19º 0.98% 0.34% -
HSV(B) 337.19º 0.99% 0.68% -
XYZ 18.27 9.33 6.15 -
YUV 60.54 131.65 208.21 -
System Red Green Blue C M Y K H S L
Decimal 173 2 67 0 0.99 0.61 0.32 337.19 0.98 0.34
Hex AD 2 43 0 63 3D 20 151 62 22
Octal 255 2 103 0 143 75 40 521 142 42
Binary 10101101 10 1000011 0 1100011 111101 100000 101010001 1100010 100010

Color Harmonies of #AD0243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0243

Black with #AD0243

Text Example


Text Example

White with #AD0243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0243; }

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

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

background-color css

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

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

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

border-color css

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

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

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