Html Css Color HEX #AD0240 Jazzberry Jam

📋 copy color: '#AD0240'

red 173 ◦ green 2 ◦ blue 64

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

Shades of Jazzberry Jam #AD0240

Tints of Jazzberry Jam #AD0240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.78%

R = 72.38%
G = 0.84%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD0240 (or 0xAD0240) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 40. RGB value is (173,2,64). Sum of RGB (Red+Green+Blue) = 173+2+64=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0240 is #52FDBF. Grayscale: #3C3C3C. Windows color (decimal): -5438912 or 4194989. OLE color: 4194989.

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

Color convert

RGB 173 2 64 -
CMYK 0 0.99 0.63 0.32
HSL 338.25º 0.98% 0.34% -
HSV(B) 338.25º 0.99% 0.68% -
XYZ 18.18 9.3 5.69 -
YUV 60.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 173 2 64 0 0.99 0.63 0.32 338.25 0.98 0.34
Hex AD 2 40 0 63 3F 20 152 62 22
Octal 255 2 100 0 143 77 40 522 142 42
Binary 10101101 10 1000000 0 1100011 111111 100000 101010010 1100010 100010

Color Harmonies of #AD0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0240

Black with #AD0240

Text Example


Text Example

White with #AD0240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0240; }

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

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

background-color css

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

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

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

border-color css

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

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

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