Html Css Color HEX #AD024C Jazzberry Jam

📋 copy color: '#AD024C'

red 173 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #AD024C

Tints of Jazzberry Jam #AD024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.28%

R = 68.92%
G = 0.8%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD024C (or 0xAD024C) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 4C. RGB value is (173,2,76). Sum of RGB (Red+Green+Blue) = 173+2+76=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD024C is #52FDB3. Grayscale: #3D3D3D. Windows color (decimal): -5438900 or 4981421. OLE color: 4981421.

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

Color convert

RGB 173 2 76 -
CMYK 0 0.99 0.56 0.32
HSL 334.04º 0.98% 0.34% -
HSV(B) 334.04º 0.99% 0.68% -
XYZ 18.56 9.45 7.68 -
YUV 61.57 136.15 207.48 -
System Red Green Blue C M Y K H S L
Decimal 173 2 76 0 0.99 0.56 0.32 334.04 0.98 0.34
Hex AD 2 4C 0 63 38 20 14E 62 22
Octal 255 2 114 0 143 70 40 516 142 42
Binary 10101101 10 1001100 0 1100011 111000 100000 101001110 1100010 100010

Color Harmonies of #AD024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD024C

Black with #AD024C

Text Example


Text Example

White with #AD024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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