Html Css Color HEX #AD0B43 Jazzberry Jam

📋 copy color: '#AD0B43'

red 173 ◦ green 11 ◦ blue 67

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

Shades of Jazzberry Jam #AD0B43

Tints of Jazzberry Jam #AD0B43

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.38%

 BLUE value IS 67 (26.56% from 255) = 26.69%

R = 68.92%
G = 4.38%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD0B43 (or 0xAD0B43) is known color: Jazzberry Jam. HEX triplet: AD, 0B and 43. RGB value is (173,11,67). Sum of RGB (Red+Green+Blue) = 173+11+67=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0B43 is #52F4BC. Grayscale: #414141. Windows color (decimal): -5436605 or 4393901. OLE color: 4393901.

HSL color Cylindrical-coordinate representation of color #AD0B43: hue angle of 339.26º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0B43 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 11 67 -
CMYK 0 0.94 0.61 0.32
HSL 339.26º 0.88% 0.36% -
HSV(B) 339.26º 0.94% 0.68% -
XYZ 18.37 9.53 6.18 -
YUV 65.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 173 11 67 0 0.94 0.61 0.32 339.26 0.88 0.36
Hex AD B 43 0 5E 3D 20 153 58 24
Octal 255 13 103 0 136 75 40 523 130 44
Binary 10101101 1011 1000011 0 1011110 111101 100000 101010011 1011000 100100

Color Harmonies of #AD0B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B43

Black with #AD0B43

Text Example


Text Example

White with #AD0B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B43; }

 p { color: rgb(173,11,67); }

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

background-color css

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

 a { background-color: rgb(173,11,67); }

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

border-color css

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

 span { border-color: rgb(173,11,67); }

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