Html Css Color HEX #AD013E Jazzberry Jam

📋 copy color: '#AD013E'

red 173 ◦ green 1 ◦ blue 62

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

Shades of Jazzberry Jam #AD013E

Tints of Jazzberry Jam #AD013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 73.31%
G = 0.42%
B = 26.27%

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

#AD013E (or 0xAD013E) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 3E. RGB value is (173,1,62). Sum of RGB (Red+Green+Blue) = 173+1+62=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD013E is #52FEC1. Grayscale: #3B3B3B. Windows color (decimal): -5439170 or 4063661. OLE color: 4063661.

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

Color convert

RGB 173 1 62 -
CMYK 0 0.99 0.64 0.32
HSL 338.72º 0.99% 0.34% -
HSV(B) 338.72º 0.99% 0.68% -
XYZ 18.11 9.25 5.39 -
YUV 59.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 173 1 62 0 0.99 0.64 0.32 338.72 0.99 0.34
Hex AD 1 3E 0 63 40 20 153 63 22
Octal 255 1 76 0 143 100 40 523 143 42
Binary 10101101 1 111110 0 1100011 1000000 100000 101010011 1100011 100010

Color Harmonies of #AD013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD013E

Black with #AD013E

Text Example


Text Example

White with #AD013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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