Html Css Color HEX #BA1353 Jazzberry Jam

📋 copy color: '#BA1353'

red 186 ◦ green 19 ◦ blue 83

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

Shades of Jazzberry Jam #BA1353

Tints of Jazzberry Jam #BA1353

RGB

 RED value IS 186 (73.05% from 255) = 64.58%

 GREEN value IS 19 (7.81% from 255) = 6.6%

 BLUE value IS 83 (32.81% from 255) = 28.82%

R = 64.58%
G = 6.6%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA1353 (or 0xBA1353) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 53. RGB value is (186,19,83). Sum of RGB (Red+Green+Blue) = 186+19+83=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1353 is #45ECAC. Grayscale: #4C4C4C. Windows color (decimal): -4582573 or 5444538. OLE color: 5444538.

HSL color Cylindrical-coordinate representation of color #BA1353: hue angle of 337.01º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1353 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 19 83 -
CMYK 0 0.90 0.55 0.27
HSL 337.01º 0.81% 0.4% -
HSV(B) 337.01º 0.9% 0.73% -
XYZ 22.04 11.53 9.25 -
YUV 76.23 131.83 206.3 -
System Red Green Blue C M Y K H S L
Decimal 186 19 83 0 0.90 0.55 0.27 337.01 0.81 0.4
Hex BA 13 53 0 5A 37 1B 151 51 28
Octal 272 23 123 0 132 67 33 521 121 50
Binary 10111010 10011 1010011 0 1011010 110111 11011 101010001 1010001 101000

Color Harmonies of #BA1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1353

Black with #BA1353

Text Example


Text Example

White with #BA1353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1353; }

 p { color: rgb(186,19,83); }

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

background-color css

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

 a { background-color: rgb(186,19,83); }

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

border-color css

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

 span { border-color: rgb(186,19,83); }

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