Html Css Color HEX #AD033E Jazzberry Jam

📋 copy color: '#AD033E'

red 173 ◦ green 3 ◦ blue 62

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

Shades of Jazzberry Jam #AD033E

Tints of Jazzberry Jam #AD033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 62 (24.61% from 255) = 26.05%

R = 72.69%
G = 1.26%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD033E (or 0xAD033E) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 3E. RGB value is (173,3,62). Sum of RGB (Red+Green+Blue) = 173+3+62=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD033E is #52FCC1. Grayscale: #3C3C3C. Windows color (decimal): -5438658 or 4064173. OLE color: 4064173.

HSL color Cylindrical-coordinate representation of color #AD033E: hue angle of 339.18º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD033E is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 3 62 -
CMYK 0 0.98 0.64 0.32
HSL 339.18º 0.97% 0.35% -
HSV(B) 339.18º 0.98% 0.68% -
XYZ 18.14 9.3 5.4 -
YUV 60.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 173 3 62 0 0.98 0.64 0.32 339.18 0.97 0.35
Hex AD 3 3E 0 62 40 20 153 61 23
Octal 255 3 76 0 142 100 40 523 141 43
Binary 10101101 11 111110 0 1100010 1000000 100000 101010011 1100001 100011

Color Harmonies of #AD033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD033E

Black with #AD033E

Text Example


Text Example

White with #AD033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD033E; }

 p { color: rgb(173,3,62); }

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

background-color css

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

 a { background-color: rgb(173,3,62); }

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

border-color css

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

 span { border-color: rgb(173,3,62); }

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