Html Css Color HEX #AD004B Jazzberry Jam

📋 copy color: '#AD004B'

red 173 ◦ green 0 ◦ blue 75

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

Shades of Jazzberry Jam #AD004B

Tints of Jazzberry Jam #AD004B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 69.76%
G = 0%
B = 30.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD004B (or 0xAD004B) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 4B. RGB value is (173,0,75). Sum of RGB (Red+Green+Blue) = 173+0+75=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD004B is #52FFB4. Grayscale: #3C3C3C. Windows color (decimal): -5439413 or 4915373. OLE color: 4915373.

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

Color convert

RGB 173 0 75 -
CMYK 0 1 0.57 0.32
HSL 333.99º 1% 0.34% -
HSV(B) 333.99º 1% 0.68% -
XYZ 18.5 9.39 7.49 -
YUV 60.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 173 0 75 0 1 0.57 0.32 333.99 1 0.34
Hex AD 0 4B 0 64 39 20 14E 64 22
Octal 255 0 113 0 144 71 40 516 144 42
Binary 10101101 0 1001011 0 1100100 111001 100000 101001110 1100100 100010

Color Harmonies of #AD004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD004B

Black with #AD004B

Text Example


Text Example

White with #AD004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD004B; }

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

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

background-color css

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

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

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

border-color css

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

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

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