Html Css Color HEX #AD024B Jazzberry Jam

📋 copy color: '#AD024B'

red 173 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #AD024B

Tints of Jazzberry Jam #AD024B

RGB

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

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

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

R = 69.2%
G = 0.8%
B = 30%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD024B (or 0xAD024B) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 4B. RGB value is (173,2,75). Sum of RGB (Red+Green+Blue) = 173+2+75=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD024B is #52FDB4. Grayscale: #3D3D3D. Windows color (decimal): -5438901 or 4915885. OLE color: 4915885.

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

Color convert

RGB 173 2 75 -
CMYK 0 0.99 0.57 0.32
HSL 334.39º 0.98% 0.34% -
HSV(B) 334.39º 0.99% 0.68% -
XYZ 18.53 9.44 7.5 -
YUV 61.45 135.65 207.56 -
System Red Green Blue C M Y K H S L
Decimal 173 2 75 0 0.99 0.57 0.32 334.39 0.98 0.34
Hex AD 2 4B 0 63 39 20 14E 62 22
Octal 255 2 113 0 143 71 40 516 142 42
Binary 10101101 10 1001011 0 1100011 111001 100000 101001110 1100010 100010

Color Harmonies of #AD024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD024B

Black with #AD024B

Text Example


Text Example

White with #AD024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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