Html Css Color HEX #BA1350 Jazzberry Jam

📋 copy color: '#BA1350'

red 186 ◦ green 19 ◦ blue 80

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

Shades of Jazzberry Jam #BA1350

Tints of Jazzberry Jam #BA1350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.07%

R = 65.26%
G = 6.67%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA1350 (or 0xBA1350) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 50. RGB value is (186,19,80). Sum of RGB (Red+Green+Blue) = 186+19+80=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1350 is #45ECAF. Grayscale: #4B4B4B. Windows color (decimal): -4582576 or 5247930. OLE color: 5247930.

HSL color Cylindrical-coordinate representation of color #BA1350: hue angle of 338.08º 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 #BA1350 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 19 80 -
CMYK 0 0.90 0.57 0.27
HSL 338.08º 0.81% 0.4% -
HSV(B) 338.08º 0.9% 0.73% -
XYZ 21.93 11.48 8.65 -
YUV 75.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 186 19 80 0 0.90 0.57 0.27 338.08 0.81 0.4
Hex BA 13 50 0 5A 39 1B 152 51 28
Octal 272 23 120 0 132 71 33 522 121 50
Binary 10111010 10011 1010000 0 1011010 111001 11011 101010010 1010001 101000

Color Harmonies of #BA1350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1350

Black with #BA1350

Text Example


Text Example

White with #BA1350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1350; }

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

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

background-color css

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

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

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

border-color css

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

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

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