Html Css Color HEX #AD0C43 Jazzberry Jam

📋 copy color: '#AD0C43'

red 173 ◦ green 12 ◦ blue 67

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

Shades of Jazzberry Jam #AD0C43

Tints of Jazzberry Jam #AD0C43

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.76%

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

R = 68.65%
G = 4.76%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD0C43 (or 0xAD0C43) is known color: Jazzberry Jam. HEX triplet: AD, 0C and 43. RGB value is (173,12,67). Sum of RGB (Red+Green+Blue) = 173+12+67=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0C43 is #52F3BC. Grayscale: #424242. Windows color (decimal): -5436349 or 4394157. OLE color: 4394157.

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

Color convert

RGB 173 12 67 -
CMYK 0 0.93 0.61 0.32
HSL 339.5º 0.87% 0.36% -
HSV(B) 339.5º 0.93% 0.68% -
XYZ 18.38 9.55 6.19 -
YUV 66.41 128.34 204.03 -
System Red Green Blue C M Y K H S L
Decimal 173 12 67 0 0.93 0.61 0.32 339.5 0.87 0.36
Hex AD C 43 0 5D 3D 20 154 57 24
Octal 255 14 103 0 135 75 40 524 127 44
Binary 10101101 1100 1000011 0 1011101 111101 100000 101010100 1010111 100100

Color Harmonies of #AD0C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C43

Black with #AD0C43

Text Example


Text Example

White with #AD0C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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