Html Css Color HEX #AD023F Jazzberry Jam

📋 copy color: '#AD023F'

red 173 ◦ green 2 ◦ blue 63

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

Shades of Jazzberry Jam #AD023F

Tints of Jazzberry Jam #AD023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.47%

R = 72.69%
G = 0.84%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD023F (or 0xAD023F) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 3F. RGB value is (173,2,63). Sum of RGB (Red+Green+Blue) = 173+2+63=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD023F is #52FDC0. Grayscale: #3C3C3C. Windows color (decimal): -5438913 or 4129453. OLE color: 4129453.

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

Color convert

RGB 173 2 63 -
CMYK 0 0.99 0.64 0.32
HSL 338.6º 0.98% 0.34% -
HSV(B) 338.6º 0.99% 0.68% -
XYZ 18.15 9.29 5.54 -
YUV 60.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 173 2 63 0 0.99 0.64 0.32 338.6 0.98 0.34
Hex AD 2 3F 0 63 40 20 153 62 22
Octal 255 2 77 0 143 100 40 523 142 42
Binary 10101101 10 111111 0 1100011 1000000 100000 101010011 1100010 100010

Color Harmonies of #AD023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD023F

Black with #AD023F

Text Example


Text Example

White with #AD023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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